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