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
Converting MDY to YHi all, I am having problems finding the right coding commands to convert a variable in my data set …
How to Solve conformability error r(503) in Stata using PMG model for long run relationshiphi. I am using panel data having 101 countries for time period of 29 years..my stata version is Stat…
Variable Level?Hi all, I am new to Stata and very confused by one of my assignments. We are asked to give the leve…
Goodness of fit test for mixed efffect logistic regression modelHae, I have developed a mixed effect logistic regression model but can not test its goodness of fit.…
Difference-in-difference testHi, I have a hand-collected dataset regarding a specific negotiation event (data listed below). Thi…
Subscribe to:
Post Comments (Atom)
0 Response to Biprobit postestimation predicted probability table using esttab command
Post a Comment