Hello everyone,
I want to produce a table that looks something like this:
I know the long way to producing this. Do summary stats, take the output of summary stats to get mean and SD, then use a t-test of the difference, etc. And then copy-paste all the values one by one.
Do you have suggestions for a relatively shorter/easier way of doing this in STATA?
Thanks!
I want to produce a table that looks something like this:
Variable Name | Period 1 | Period 2 | Difference b/w Period 1 & 2 |
X | (Mean) | (Mean) | (Difference in Mean) |
(SD) | (SD) | [t-stat of the difference in mean] | |
Y | (Mean) | (Mean) | (Difference in Mean) |
(SD) | (SD) | [t-stat of the difference in mean] |
Do you have suggestions for a relatively shorter/easier way of doing this in STATA?
Thanks!
Comment