I generating a descriptive report for my boss ( that is just frequency tables). I tab everything in stata and the copy as a table and paste it excel. This can be a cumbersome task if i have many variables. Specifically, I have a bunch of scale variables:Are you proficient in: (1 to 4 scale)
var1 baseball
var2 football
var3 soccer
var4 volleyball
Instead of copy and pasting each of these variables into excel, is there a way to create a table with only the percentages, that is:
1 2 3 4
var1 % % % %
var2
var3
var4
If this is not possible, can I export my frequency table directly into excel? That is, my results from tab var1 can be directly in excel ? Thank you
var1 baseball
var2 football
var3 soccer
var4 volleyball
Instead of copy and pasting each of these variables into excel, is there a way to create a table with only the percentages, that is:
1 2 3 4
var1 % % % %
var2
var3
var4
If this is not possible, can I export my frequency table directly into excel? That is, my results from tab var1 can be directly in excel ? Thank you