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.
foreach- reorganising multiple variablesHi, I am new to STATA and I am struggling to reorganise a large dataset using loops. Each id repre…
How to draw a correlation forest map with the admetan command?Dear Statalist, I have recently done a meta-analysis of the correlation coefficient, but I encounter…
Lopping and storing beta coeffecients after regress over filesHi everyone, good afternoon. I am not able to make my loop save the results after regress over file…
r(430) cannot compute an improvement -- discontinuous region encounteredDear Stata Users, I have a sample of 14,310 observations, consisting of trade data between 54 diffe…
LCA(Latent Class Analysis) still "not concave" and No Results in "gsem"Dear Friends, I tried to use LCA in stata15 for my paper. I want to classify the observed people int…
Subscribe to:
Post Comments (Atom)
0 Response to PSMatch2 and esttab tables.
Post a Comment