retrieveParameterValue function

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

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

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

Arguments

  • model: model
  • paramName: parameter name
  • default: default value if not found
  • mandatory: must be in model or not

Returns

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