ordreg {micsr}R Documentation

Ordered regression

Description

Maximum-likelihood estimation of a model for which the response is ordinal

Usage

ordreg(
  formula,
  data,
  weights,
  subset,
  na.action,
  offset,
  link = c("probit", "logit"),
  start = NULL,
  ...
)

Arguments

formula

a symbolic description of the model

data

a data frame

subset, weights, na.action, offset

see lm

link

one of probit and logit

start

a vector of starting values, in this case, no estimation

...

further arguments

Value

an object of class micsr, see micsr::micsr for further details.

Examples

mod1 <- ordreg(factor(dindx) ~ rhs1 + catchup, fin_reform, link = "logit")

[Package micsr version 0.1-1 Index]