I am creating a series of tabulation summaries using code similar to the code below:
Code:
tab groupvar1 groupvar2, sum(var1) means tab groupvar1 groupvar2, sum(var2) means tab groupvar1 groupvar2, sum(var3) means tab groupvar1 groupvar2, sum(var4) means tab groupvar1 groupvar2, sum(var5) means
--
Alternatively, I'd even appreciate assistance with just exporting one of the table outputs to excel. I'd prefer to not manually repeat these steps for each variable I'm summarizing, but I'll take what I can get.
Thanks!
0 Response to Exporting a series of tab, sum() tables to excel
Post a Comment