list_Omegas {Certara.RDarwin} | R Documentation |
List Unique Omega Names
Description
This function lists the unique names of Omega parameters in a given set.
Usage
list_Omegas(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
Arguments
PMLParametersSets |
|
IncludeAll |
Logical. Whether should the omega names to be inlcuded from
structural parameters, covariates or omegas with a |
IncludeCustom |
Logical. Should the names of custom |
Value
A character vector containing the unique names of Omega parameters.
See Also
Examples
PMLParametersSets <- create_ModelPK()
list_Omegas(PMLParametersSets)
[Package Certara.RDarwin version 1.1.1 Index]