Learn R Programming

campsis (version 1.7.0)

retrieveParameterValue: Retrieve the parameter value (standardized) for the specified parameter name.

Description

Retrieve the parameter value (standardized) for the specified parameter name.

Usage

retrieveParameterValue(model, paramName, default = NULL, mandatory = FALSE)

Value

the standardized parameter value or the given default value if not found

Arguments

model

model

paramName

parameter name

default

default value if not found

mandatory

must be in model or not