ordreg | R Documentation |
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,
...
)
formula |
a symbolic description of the model |
data |
a data frame |
subset , weights , na.action , offset |
see |
link |
one of |
start |
a vector of starting values, in this case, no estimation |
... |
further arguments |
an object of class micsr
, see micsr::micsr
for further
details.
mod1 <- ordreg(factor(dindx) ~ rhs1 + catchup, fin_reform, link = "logit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.