powered by
Maximum-likelihood estimation of a model for which the response is ordinal
ordreg( formula, data, weights, subset, na.action, offset, link = c("probit", "logit"), start = NULL, ... )
an object of class micsr, see micsr::micsr for further details.
micsr
micsr::micsr
a symbolic description of the model
a data frame
see lm
lm
one of probit and logit
probit
logit
a vector of starting values, in this case, no estimation
further arguments
mod1 <- ordreg(factor(dindx) ~ rhs1 + catchup, fin_reform, link = "logit")
Run the code above in your browser using DataLab