View source: R/cavi_auxiliary_traits.R
map_precision_to_auxiliary_traits | R Documentation |
Create a vector of precision parameters corresponding to the puxiliary traits.
map_precision_to_auxiliary_traits( precision, auxiliary_trait_index, perform_checks = TRUE )
precision |
A vector length n_traits taking positive real values. The Precision with which auxiliary traits are observed. Precision parameters for discrete traits are fixed at 1. |
auxiliary_trait_index |
A P-dimensional list. Columns of the auxiliary trait matrix to be associated with each trait. List elements will be scalar valued for ordinal, nominal, and scalar-valued continuous traits. Function-valued traits are multi-variate and indexed by a vector of values. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
A D'-dimensional vector of positive real values. The precision along each dimension of the auxiliary traits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.