getModel {INSPEcT} | R Documentation |
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.
getModel(object) getModel(object) <- value ## S4 method for signature 'INSPEcT' getModel(object) ## S4 replacement method for signature 'INSPEcT' getModel(object) <- value
object |
An object of class INSPEcT |
value |
An object of class INSPEcT model |
An object of class INSPEcT model
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) getModel(nascentInspObj10)