Hi,
I am using biprobit command and then trying to estimate joint probabilities. However, when I try to esttab the joint probabilities, I am getting the coefficients, not the probabilities.
I saw some posts and suggestions using mfx command but it is no longer part of stata. Here is the example of what I am doing:
biprobit depvar1 depvar2 indepvar1 indepvar2 indepvar3
estimates store biprob
predict biprob11, p11
estimates store biprob11
esttab biprob11 using "biprob11.rtf", append cells(b(star fmt(%9.3f)) se(par fmt(%9.3f))) scalars (ll chi2 df_m p chi2_exog p_exog) legend compress collabels(none)
--------------------
Using the above code I am getting the coefficients of biprobit and not the joint probabilities. I read online that I should use the 'post' command but I am not sure how to incorporate it in the predict code. Can somebody please help? Thank you for your time.
Related Posts with Biprobit postestimation predicted probability table using esttab command
color/line pattern for graph?Dear All, I found the following code Code: sysuse auto, clear regress price c.length##c.mpg est s…
Can I run a Pseudo-Poisson Maximum Likelihood in panel data when not using a Gravity Model? What is the STATA command?I want to run the Pseudo-Poisson Maximum Likelihood (PPML) in a panel data framework as my dependent…
Ppmlhdfe returns r3203Dear All, I am using ppmlhfe command with Code: ppmlhdfe sales post, a(timeFE itemFE) vce(cluster…
Excluding leading zeros when exporting output to WORDHi folks, can you recommend a command that could help me export regression output without including …
How to do a correlation between two variables for each unit of a panel?Hi, I have age-specific suicide rates (1992-2000) for Russia grouped by 5 year age groups from 15-1…
Subscribe to:
Post Comments (Atom)
0 Response to Biprobit postestimation predicted probability table using esttab command
Post a Comment