Hello! I have been contemplating an issue for days, and after reading numerous materials, I hope to find a solution here. The matter at hand is the estimation of an instrumental variables model based on two simultaneous equations. The dependent variable in my equation of interest is quantitative, the endogenous variable is ordinal, and my instrumental variable is quantitative as well.
I have considered using the conditional mixed-process (CMP) command. After reading the help file for this command, I have come to the conclusion that the command would be as follows:
Where:
Thank you in advance
RT
I have considered using the conditional mixed-process (CMP) command. After reading the help file for this command, I have come to the conclusion that the command would be as follows:
Code:
(Y = X1 X2 X3) (X1 = X2 X3 Z), ind ($cmp_cont $cmp_oprobit)
- Y is my dependent variable,
- X1 is the endogenous independent variable,
- X2 and X3 are exogenous control variables, and
- Z is the instrumental variable.
Thank you in advance
RT
Comment