Dear all,
I hope you are fine.
Is it possible to estimate the random effect multivariate probit model with cmp.
I saw the univariate case in the cmp help, but I don't understand the use of the suffix # to estimate random effect.
Why, in this example, was "south" chosen instead of another variable?
webuse union
cmp (union = age grade not_smsa south##c.year || idcode
, ind($cmp_probit) qui
Thank you for your help!
I hope you are fine.
Is it possible to estimate the random effect multivariate probit model with cmp.
I saw the univariate case in the cmp help, but I don't understand the use of the suffix # to estimate random effect.
Why, in this example, was "south" chosen instead of another variable?
webuse union
cmp (union = age grade not_smsa south##c.year || idcode

Thank you for your help!
Comment