I've been searching on statalist for a while, but I can't seem to figure out my problem. I want to add Pseudo R2 to my Probit regression with marginal effects in outreg2 with the following code:
Code:
probit Exit2 ln_TotalFundSizeEUR ln_TotalFundSizeEUR2 TotalFundExp InvNumber IPO_MA SameCountry EmergingMarket i.InvTypeCat i.Year i.IndustryCat margins, dydx(*) atmeans post outreg2 using ProbitRegressionsMargins.doc, addstat(Pseudo R2, e(r2_p)) nocons stats(coef tstat) replace label dec(3) tdec(2) keep(ln_TotalFundSizeEUR ln_TotalFundSizeEUR2 >TotalFundExp InvNumber IPO_MA SameCountry EmergingMarket) addtext(Investment Type FE, YES, Year FE, YES, Industry FE, YES) >title(Table 2 - Probit regression on exit probability) ctitle(Full Sample)
I've already read the 'help outreg2/probit/margins' pages but I just can't figure it out.
0 Response to Add pseudo R2 in probit with marginal effects
Post a Comment