Code:
local var a b c d e f tab2 `var' treat
Code:
tabout `var' treat using myfile.csv
Code:
foreach x in `var'{
estpost tab `x' treat
eststo tab`x'
estout tab`x' using output.doc, c(b) unstack collabels(N) append
}
Variable Treat Non-Treat a freq freq b freq freq c freq freq
0 Response to Tabout export tables to word/csv
Post a Comment