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
How to differentiate "tabulate", "table", "tabstat", "tabdisp"?I don't know which one should be used in specific cases. Many thanks in advance! …
How to extract part of string between two symbols?I have a string variable and try to keep part of this variable. This variable is a string and the va…
SubcontractingHey everyone! I am looking for an econometric model for my research. I will be using the CPS Conti…
Is it possible to add multiple recode commands to one newly generated variable?Hello all! I saw a few forums that were somewhat similar to this but did not answer this exact quest…
marginsplot and legend labelsHello, I'm attempting to graph a margins plot, but my legend labels command doesn't change the label…
Subscribe to:
Post Comments (Atom)
0 Response to Estimation of marginal effect of cmp_probit
Post a Comment