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