View source: R/cavi_auxiliary_traits.R
nominal_link | R Documentation |
Map the K-dimensional auxiliary trait to a nominal manifest trait.
nominal_link(X, levels, perform_checks = TRUE)
X |
A NxK matrix of real values |
levels |
An unordered factor vector of length K. The unordered categories to which manifest traits can belong. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
An N-dimensional vector of unordered factors with K levels. A nominal manifest trait.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.