getModel {INSPEcT} | R Documentation |
Get or replace INSPEcT_model object within INSPEcT object
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
data('mycerIds10', package='INSPEcT') getModel(mycerIds10)