View source: R/parameter_labels.R
parameter_labels | R Documentation |
This function creates model parameter labels.
parameter_labels(
P_f,
P_r,
J,
C,
cov_sym,
ordered = FALSE,
keep_par = c("s", "alpha", "b", "Omega", "Sigma", "d"),
drop_par = NULL
)
create_labels_s(P_r, C)
create_labels_alpha(P_f)
create_labels_b(P_r, C)
create_labels_Omega(P_r, C, cov_sym)
create_labels_Sigma(J, cov_sym, ordered = FALSE)
create_labels_d(J, ordered)
P_f |
[ |
P_r |
[ |
J |
[ |
cov_sym |
Set to |
ordered |
[ |
keep_par , drop_par |
A vector of parameter names which are kept or dropped. |
A list of labels for the selected model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.