retrieveParameterValue {campsis} | R Documentation |
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)
Arguments
model |
model |
paramName |
parameter name |
default |
default value if not found |
mandatory |
must be in model or not |
Value
the standardized parameter value or the given default value if not found
[Package campsis version 1.5.3 Index]