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
Aggregating units in a control groupI am trying to draw a common pre-trend graph for a diff-in-diff design. My treatment group is made o…
Transfer variable labels from excel list into stata datasetDear colleagues. For various data-release/red-tape reasons, I have been given a Stata dataset (wide…
linktest interpretationHi all, Could you please help in interpreting the below result of the link test (attached). Also, I…
Gravity model with PPMLDear all. I am a completely new user of Stata. I am currently working in a international trade res…
Create a scatter plot with quartiles (visualisation)Hi folks. I hope this isn't a silly question, but still learning how to work with Stata. I am tryin…
Subscribe to:
Post Comments (Atom)
0 Response to Biprobit postestimation predicted probability table using esttab command
Post a Comment