List Unique Omega Names
list_Omegas.RdThis function lists the unique names of Omega parameters in a given set.
Arguments
- PMLParametersSets
PMLModelsclass instance or an element (one PML structure) of this class orStParmclass.- IncludeAll
Logical. Whether should the omega names to be inlcuded from structural parameters, covariates or omegas with a
State == 'None'.- IncludeCustom
Logical. Should the names of custom
ranefstatements (from the PML code of custom spaces) be included or not. Default isTRUE.
Examples
PMLParametersSets <- create_ModelPK()
list_Omegas(PMLParametersSets)
#> [1] "nCl" "nV"