Hi,

I was wondering if someone could help me. I have binary outcomes and ordinal outcomes.

I am using the following command for the binary logistic regression adjusting for the cluster.
melogit `v' `BinVar' || cluster: , or nolog

How do I adjust for clustering in ordinal regression?

When I tried this:
.ologit time1stbreast_cat3G i. wealth, ||cluster: or nolog

Stata showed:
option | not allowed

I really appreciate any help you can provide.