Hi Everyone,
I want to create a table with a single variable X having two categories (YES NO) along the column side of the table. Along the row side, I have several variables each having multiple categories.
How can I create such a table in Stata?
The tab command only allows two-variables at time.
Any suggestions?
I want to create a table with a single variable X having two categories (YES NO) along the column side of the table. Along the row side, I have several variables each having multiple categories.
Child had diarrhoea | ||
Yes | No | |
Place of residence | ||
Rural | ||
Urban | ||
Religion | ||
Hindu | ||
Muslim | ||
Christian | ||
Other | ||
Wealth index | ||
Rich | ||
Middle | ||
Poor | ||
Total number of children ever born | ||
1 | ||
2 | ||
3 | ||
4 or more |
How can I create such a table in Stata?
The tab command only allows two-variables at time.
Any suggestions?
Comment