modelingParams {INSPEcT}R Documentation

Get and set number parameters for the modeling

Description

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

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
modelingParams(nascentInspObj10)
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
nascentInspObj10 <- removeModel(nascentInspObj10)
modelingParams(nascentInspObj10)$useSigmoidFun <- FALSE

[Package INSPEcT version 1.14.0 Index]