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
DYNARDL: Dynamic Autoregressif Detributed LagHello I have a question concerning Dynamic ARDL. I tried to follow the steps of applying dynamic ard…
Data cleaning: Select all that applyHi! I have a Qualtrics survey with several questions that have "select all that apply" options. I wa…
Hot to make Autocorrelation Test in STATA for Panel DataDear all, I have been strugling with autocorrealtion test for my STATA project. My study contains …
proportion of sales in each group accounted for by typeConsider the following example data identifier type sales unit 00.00.01 1 400 kg 00.00.01 0 5…
Interpreting Output of sts list CommandHello Statalist, I am having an issue running the estimates of a Kaplan Meier estimate via the stset…
Subscribe to:
Post Comments (Atom)
0 Response to Biprobit postestimation predicted probability table using esttab command
Post a Comment