Hello everybody,
I need to have excel output of tab commands, but with percentage and frequency.
Lets take an example with this base and 2 categorical variables:
When I use tabout, to put this in an excel file, i can only get frequencies OR percentages. But…. I need both.
If i do:
> i loose percentage
If i do:
> I loose frequency
Do you have an idea on that ?
btw since 3 days i cannot open anymore the excel files created by tabout, but i dont think it will be a major problem.
Thanks you,
I need to have excel output of tab commands, but with percentage and frequency.
Lets take an example with this base and 2 categorical variables:
HTML Code:
sysuse voter tab inc xtile population = pop, nquantiles(2)
When I use tabout, to put this in an excel file, i can only get frequencies OR percentages. But…. I need both.
If i do:
HTML Code:
tabout population inc using file.xlsx
If i do:
HTML Code:
tabout population inc using file.xlsx, percent
Do you have an idea on that ?
btw since 3 days i cannot open anymore the excel files created by tabout, but i dont think it will be a major problem.
Thanks you,

Comment