fit_univariate_ord: Fit a univariate ordinal model

Description Usage Arguments Value

View source: R/univariate_models.R

Description

Fit a univariate ordinal model

Usage

1
fit_univariate_ord(x, v, mod_spec, anneal = T, req_conv = T, anneal_seed = NA)

Arguments

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)

Value

The ordinal parameter vector, th_v


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.