Description Usage Arguments Value
View source: R/create_parameter_labels.R
This function creates labels for the model parameters.
1 2 3 4 5 6 7 8 9 | create_parameter_labels(
P_f,
P_r,
J,
C,
cov_sym,
keep_par = c("s", "alpha", "b", "Omega", "Sigma"),
drop_par = NULL
)
|
P_f |
The number of covariates connected to a fixed coefficient (can be 0). |
P_r |
The number of covariates connected to a random coefficient (can be 0). |
J |
The number (greater or equal 2) of choice alternatives. |
C |
The number of latent classes. |
cov_sym |
If |
keep_par |
A vector of parameter names which are kept. |
drop_par |
A vector of parameter names which get dropped. |
A list of labels for the model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.