modelingParams {INSPEcT}R Documentation

Get and set number parameters for the modeling

Description

Get and set number parameters for the modeling

A method to get and set the parameters that will be used in the modeling of estimated rates and concentrations by the method modelRates

Usage

modelingParams(object)

modelingParams(object) <- value

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

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

Arguments

object

An object of class INSPEcT

value

A list with new parameters

Value

List of parameters and their values

See Also

modelRates

Examples

data('mycerIds10', package='INSPEcT')
modelingParams(mycerIds10)
data('mycerIds10', package='INSPEcT')
mycerIds10 <- removeModel(mycerIds10)
modelingParams(mycerIds10)$useSigmoidFun <- FALSE

[Package INSPEcT version 1.10.0 Index]