List Covariates in the currrent PML set
list_Covariates.RdThis function lists the names of covariates in a given set of PMLParametersSets.
Arguments
- PMLParametersSets
A list of PML parameters sets (
PMLModelsclass instance).- IncludeAll
Logical. Should the names of covariates with
Nonestate or covariates inside structural parameters withNonestate be included or not.- IncludeCustom
Logical. Should the names of
covariate,fcovariateandinterpolatestatements (from the PML code of custom spaces) be included or not. Default isTRUE.
Examples
PMLParametersSets <- get_PMLParametersSets()
PMLParametersSets <- add_Covariate(PMLParametersSets,
Name = "WT")
list_Covariates(PMLParametersSets)
#> [1] "WT"