List Unique Theta Names
list_Thetas.Rd
This function lists the unique names of Theta parameters in a given set.
Arguments
- PMLParametersSets
PMLModels
class instance or an element (one PML structure) of this class orStParm
class.- IncludeAll
Logical. Whether should the Theta names to be inlcuded from structural parameters, covariates or thetas with a
State == 'None'
.- IncludeCustom
Logical. Should the names of custom
theta
statements (from the PML code of custom spaces) be included or not. Default isTRUE
.
Examples
PMLParametersSets <- create_ModelPD()
list_Thetas(PMLParametersSets)
#> [1] "tvEmax" "tvEC50"