Dear All,
I am creating a summary statistics table of a dataset with the code:
tabstat _b_annual_rank_lag1 _b_alag1SP8 _b_alag1SPm4, by(Quintile_Dollar_rank) statistics(n mean sd)
The result of my code is the table above. As you can see, I have 5 Quintiles and in the last row, instead of showing the total value, I would like to show the mean difference and t-stat of the 5th and 1st Quintiles.
Is there any way to make it?
Thank you in advance,
Mahmut
I am creating a summary statistics table of a dataset with the code:
tabstat _b_annual_rank_lag1 _b_alag1SP8 _b_alag1SPm4, by(Quintile_Dollar_rank) statistics(n mean sd)
The result of my code is the table above. As you can see, I have 5 Quintiles and in the last row, instead of showing the total value, I would like to show the mean difference and t-stat of the 5th and 1st Quintiles.
Is there any way to make it?
Thank you in advance,
Mahmut

Comment