Fit an ordered Logit model.
Wrapper function for oglmx
to estimate an ordered Logit model.
ologit.reg(formula, data, start = NULL, weights=NULL, beta = NULL, threshparam = NULL, analhessian = TRUE, na.action, savemodelframe = FALSE, robust = FALSE, Force = FALSE)
formula |
an object of class |
data |
a data frame containing the variables in the model. |
start |
either |
weights |
either |
beta |
|
threshparam |
numeric vector. Used to prespecify the threshold parameters of the model. Vector should be of length equal to the number of outcomes minus one. |
analhessian |
logical. Indicates whether the analytic Hessian should be calculated and used, default is TRUE, if set to FALSE a finite-difference approximation of the Hessian is used. |
na.action |
a function which indicates what should happen when the data contain NAs. The default is set by the |
savemodelframe |
logical. Indicates whether the model frame(s) should be saved for future use. Default is |
robust |
logical. If set to |
Force |
logical. If set to |
object of class "oglmx
", see oglmx
.
object of class "oglmx
", see oglmx
.
Nathan Carroll, nathan.carroll@ur.de
polr
for alternative method to estimate an ordered logit model. oglmx
. To obtain marginal effects see margins.oglmx
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.