Dear Stata programmers,
I am intending to estimate an ATE using a multinomial logit selection correction regression model with the selmlog command. However, I am receiving the "invalid syntax" error, which I do not understand since I think I have followed the instructions to how to perform this estimation. My code is as follow:
where y is a continuous variable that has been standardized; x is a discothomous variable; cat is a four level categorical variable representing the multiple counterfactuals; and z is an explanatory variable for the multiple choices of the cat variable.
Any help on understanding what I am doing wrong would be appreciated.
Kind regards,
Juan
I am intending to estimate an ATE using a multinomial logit selection correction regression model with the selmlog command. However, I am receiving the "invalid syntax" error, which I do not understand since I think I have followed the instructions to how to perform this estimation. My code is as follow:
Code:
selmlog y x, select(cat=z) dmf(1)
Any help on understanding what I am doing wrong would be appreciated.
Kind regards,
Juan
Comment