Dear statalists,
I am currently working on a psmatch2 and I want to create professional-looking tables using eststo/ estate commands.
My code currently looks:
psmatch2 num_skill male age_edit education, outcome (savings)
eststo psm1
estadd ysumm
esttab psm1 using psm_practice.csv, replace se scalar(ymean)
However, the esttab output table fails to include many of the stats I need and only displays the difference (treated - controls) for unmatched (see attached). I would it to display the mean of ATT and unmatched for treatment and control and the differences with SE but I have not been able to display this information using esttab like it usually does with regular regressions.
Any ideas on a solution would be greatly appreciated.
Thank you in advance
EDIT: As an alternative to esttab tables, is there any other method to export psmatch2 tables to excel for a number of outcome variables?
Related Posts with PSMatch2 and esttab tables.
How to put "if" in a regression statement ?Hi all, I tried some ways to put "if" to the regressing statement but they all failed, can you pleas…
Comparing groups in spatial panel regression: Where to get the partial derivatives and individual spillover effects?Dear all, The problem is the following: I have panel data on the spread of covid-19 and would like …
Mediation Effect MeasureHi, I need help with the following. The channeling effect is the reduction in the independent variab…
Random Forest regression errorHello Statalist! I am trying to replicate a learning process using Stata following Fernandes et al.…
Stata Mixed Date Format in a single ColumnI have a very hard problem to solve. Background: In excel you must write dates before 1900 a certa…
Subscribe to:
Post Comments (Atom)
0 Response to PSMatch2 and esttab tables.
Post a Comment