Hi,

I would love to estimate an hierarchical ordered probit model, but I have only found the command
Code:
meoprobit DV IV, vce (robust)
Nevertheless, I would love to exploit the longitudinal nature of my dataset. Is there an random effects variant? (such as the xtoprobit command for random effects ordered probit models?) I now I can do
Code:
meoprobit DV IV, re vce (robust)
but this is only for cross-sectional datasets.