View source: R/cavi_auxiliary_traits.R
ordinal_link | R Documentation |
Map an auxiliary trait to ordinal manifest trait.
ordinal_link(x, cut_off_points, perform_checks = TRUE)
x |
An N-dimensional vector of real numbers. An auxiliary trait. |
cut_off_points |
A K+1 dimensional ordered vector of values. The cut off points separating auxiliary traits into ordinal state. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
An N-dimensional vector of ordered factors with K levels. An ordinal manifest trait.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.