getModel {INSPEcT}R Documentation

Get or replace INSPEcT_model object within INSPEcT object

Description

A method to get or set the INSPEcT_model object within an INSPEcT object. This method is particularly useful to get and set testing parameters of the INSPEcT_model object within the INSPEcT object.

Usage

getModel(object)

getModel(object) <- value

## S4 method for signature 'INSPEcT'
getModel(object)

## S4 replacement method for signature 'INSPEcT'
getModel(object) <- value

Arguments

object

An object of class INSPEcT

value

An object of class INSPEcT model

Value

An object of class INSPEcT model

Examples

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
getModel(nascentInspObj10)

[Package INSPEcT version 1.14.0 Index]