I am trying to replicate Table 2 from this paper http://ftp.iza.org/dp5706.pdf, where the difference in mean education expenditure has been tested across gender and states. I tried using
Code:
bys state_name: ttest amount, by(child_gender)
but it doesn't give a neat table like this. Could someone suggest a good method?
dp5706.pdf