View source: R/model_evaluation.R
create_labels_d | R Documentation |
d
This function creates labels for the model parameter d
.
create_labels_d(J, ordered)
J |
The number (greater or equal 2) of choice alternatives. |
ordered |
A boolean, |
Note that J
must be greater or equal 3
in the ordered probit
model.
A vector of labels for the model parameter d
of length J - 2
if
ordered = TRUE
and NULL
otherwise.
RprobitB:::create_labels_d(5, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.