Learn R Programming

INSPEcT (version 1.2.2)

getModel: Get or replace INSPEcT_model object within INSPEcT object

Description

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.

Usage

getModel(object)
getModel(object) <- value
"getModel"(object)
"getModel"(object) <- value

Arguments

object
An object of class INSPEcT
value
An object of class INSPEcT model

Value

An object of class INSPEcT model

See Also

testingParams

Examples

Run this code
data('mycerIds10', package='INSPEcT')
getModel(mycerIds10)

Run the code above in your browser using DataLab