When I use cmp_probit estimation model, the tool variable coefficient exists, but the tool variable is omitted when marginal effect is used. Is this because of severe multicollinearity? Is there a way to test multicollinearity for cmp commands?
the code:
cmp (y=x1 x2 x3 x4 x5) (x1=x2 x3 x4 x5 z) , ind($cmp_probit $cmp_probit) tech(dfp) nolr quietly robust
margins, predict (pr eq(#1)) dydx (*) force
Related Posts with Estimation of marginal effect of cmp_probit
calculating a ratioDear All, The question is from here. The data is Code: clear input byte(familyid gender) int incom…
Problem using Hoechle's Hausman test for Driscoll-Kraay standard errorsHi, guys! So I have a problem. I'm trying to use the Wooldridge/Hausman test that Hoechle suggests i…
Exporting Stata Regression Results to LatexHi Everyone, I am using tex (online version) to present my work. I would like to export my stata-re…
Using matchit commandDear all I am working with crop productivity data from Bangladesh and attempting to identify observ…
Merge households and individuals datasetsI am using a dataset divided into several different files, some of those are at the household level …
Subscribe to:
Post Comments (Atom)
0 Response to Estimation of marginal effect of cmp_probit
Post a Comment