View source: R/multivariate_models.R
For a multivariate model, get the indices in the full parameter vector (th_y) correspdoning to a given univariate model. The correlation term is ignored for conditionally dependent models. Exactly one of j, k, or i must be specified (see the help for get_var_index_multivariate for more on j, k and i).
1 | get_univariate_indices(mod_spec, j = NA, k = NA, i = NA)
|
mod_spec |
The model specification |
j |
The ordinal index |
k |
The continuous index |
i |
The overall index |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.