Hi,
I would like to create a table in stata, which describes summary statistics for quintiles of a variable separately.
I already created quintiles of the variable by using the command xtile.
The table should have the following layout:
quintile 1 quintile 2 quintile 3 quintile 4 quintile 5
n
mean
age
...
Thanks a lot for your help!
I would like to create a table in stata, which describes summary statistics for quintiles of a variable separately.
I already created quintiles of the variable by using the command xtile.
The table should have the following layout:
quintile 1 quintile 2 quintile 3 quintile 4 quintile 5
n
mean
age
...
Thanks a lot for your help!
Comment