Description Usage Arguments Value
View source: R/univariate_models.R
Initialize the parameter vector for a univariate ordinal model
1 | init_univariate_ord(x, v, mod_spec, anneal = T, anneal_seed = NA)
|
x |
The vector of independent variables |
v |
The vector of ordinal responses |
mod_spec |
The model specification |
anneal |
Whether or not to refine the initialization by annealing |
anneal_seed |
An optional seed to make annealing reproducible (default: NA, not used) |
An initialization for the ordinal parameter vector, th_v0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.