Description Usage Arguments Value
View source: R/univariate_models.R
Fit a univariate ordinal model
1 | fit_univariate_ord(x, v, mod_spec, anneal = T, req_conv = 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 |
req_conv |
Whether to require convergence of the optimization |
anneal_seed |
An optional seed to pass to init_univariate_ord to make annealing reproducible (default: NA, not used) |
The ordinal parameter vector, th_v
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.