Hello everyone,
I’m running a simultaneous equation model with 2 equations as following :
Y1 = f(Y2, X1) ; probit
Y2 = f(X1, X2) ; oprobit
Where,
Y1 is a binary variable
Y2 is an ordered endogenous variable
X1 is a set of exogenous variables that affect Y1 and Y2
X2 is a set of exogenous variables that affect only Y2.
To do this, I’m using the cmp command like this :
Cmp (Y1 = Y2# X1) (Y2 = X2 X2), ind($cmp_probit $cmp_oprobit)
At first, I’m not sure if it’s the best solution ? What is the exact difference between the use of the latent variable (Y2#) and if I directlly introduce the categories of Y2 (Y2_1 Y2_2 for example) ? What’s solution is better and why ?
And, how can I interpret the coefficient associate to the latent variable Y2 in my first equation ?
Thanks.
Related Posts with Using cmp command for simultaneous equation model with an ordered endogenous variable
export summary statistics saved as variables to latexI have manipulated my data set such that it contains only a number of summary statistics that I want…
Solvenl - Optimize for 2 unknown variables (in Mata)Hi all, i try to solve the Black-Scholes-Merton formula for two unknwons: Asset Value & Asset Vo…
Collapsing with class numerosity as weightDear Statalist, I am working with a large dataset (30 mln obs, 1979-2018) and would like to collaps…
Save a variable name as macro conditional on somethingHello everyone, I have a data set with 5 indicators. I would like to save as a macro, for each "clu…
Fama and French industry classificationsDear Stata users, I have been struggling to convert my sic code into the 12 industries classified b…
Subscribe to:
Post Comments (Atom)
0 Response to Using cmp command for simultaneous equation model with an ordered endogenous variable
Post a Comment