= Stata ologit = '''`-ologit-`''' fits an ordered logit model. <> ---- == Usage == When the dependent variable is categorical rather than binary, `-ologit-` should be used instead of [[Stata/Logit|-logit-]]. The two are otherwise very similar. The key is to recognize whether `-ologit-` or [[Stata/Mlogit|-mlogit-]] is more appropriate. Even when there is a natural ordering to the categories, `-ologit-` may not be a superior model. See [[Stata/Mlogit#Usage|here]] for an example. ---- == See also == [[https://www.stata.com/manuals/rologit.pdf|Stata manual for -ologit-]] [[https://www.stata.com/manuals/rologitpostestimation.pdf|Stata manual for ologit post-estimation]] ---- CategoryRicottone