View source: R/model_evaluation.R
create_labels_alpha | R Documentation |
alpha
This function creates labels for the model parameter alpha
.
create_labels_alpha(P_f)
P_f |
The number of covariates connected to a fixed coefficient (can be 0). |
A vector of labels for the model parameter alpha
of length P_f
if P_f > 0
and NULL
otherwise.
RprobitB:::create_labels_alpha(P_f = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.