powered by
This function lists the unique names of Theta parameters in a given set.
list_Thetas(PMLParametersSets, IncludeAll = FALSE, IncludeCustom = TRUE)
A character vector containing the unique names of Theta parameters.
PMLModels class instance or an element (one PML structure) of this class or StParm class.
PMLModels
StParm
Logical. Whether should the Theta names to be inlcuded from structural parameters, covariates or thetas with a State == 'None'.
State == 'None'
Logical. Should the names of custom theta statements (from the PML code of custom spaces) be included or not. Default is TRUE.
theta
TRUE
Theta() modify_Theta()
Theta()
modify_Theta()
PMLParametersSets <- create_ModelPD() list_Thetas(PMLParametersSets)
Run the code above in your browser using DataLab