create_labels_d {RprobitB} | 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)