addReset {Certara.RsNLME} | R Documentation |
Adds reset instructions to the model
Description
Adds reset instructions to the model
Usage
addReset(.Object, low, hi, Reset = NULL)
## S4 method for signature 'NlmePmlModel'
addReset(.Object, low, hi, Reset = NULL)
Arguments
.Object |
An 'NlmePmlModel' object to which you want to add reset instructions. |
low |
Lower value of reset range. |
hi |
Upper value of reset range. |
Reset |
Name of reset column in input data set for column mapping. The default is NULL. |
Value
Depends on the specific methods
Returns the 'NlmePmlModel' object with updated reset information and definitions.
Functions
-
addReset(NlmePmlModel)
: Method for the 'NlmePmlModel' classThis method adds reset instructions to the NlmePmlModel object. It updates the reset information, checks column mappings if input data is not null, and adds a reset definition to user-defined extra definitions.
[Package Certara.RsNLME version 3.0.1 Index]