deleteSecondary {Certara.RsNLME} | R Documentation |
Deletes a secondary parameter from the model
Description
Deletes a secondary parameter from the model
Usage
deleteSecondary(.Object, name)
## S4 method for signature 'NlmePmlModel'
deleteSecondary(.Object, name)
Arguments
.Object |
An 'NlmePmlModel' object from which you want to delete a secondary parameter. |
name |
Name of the secondary parameter to be deleted. |
Value
Depends on the specific methods
Returns the 'NlmePmlModel' object with the secondary parameter removed.
Functions
-
deleteSecondary(NlmePmlModel)
: Method for the 'NlmePmlModel' classThis method deletes a secondary parameter from the NlmePmlModel object. It searches for the parameter by name, and if it is found, it removes it from the object and updates the PML model.
[Package Certara.RsNLME version 3.0.1 Index]