Hello Stata Community,
I am working with the dtable command and looking to create a table that utilizes two levels of classification in the by() option. i used to work with table command but dtable looks easier to use, however can't find documentation on the use of multilevel columns.
for simplicity let's say we want to tabulate descriptive statistics of 3 variable (genre age couple), the following command does not work, how should i adjust it ?
Any insights or suggestions would be greatly appreciated.
Thank you in advance for your assistance!
I am working with the dtable command and looking to create a table that utilizes two levels of classification in the by() option. i used to work with table command but dtable looks easier to use, however can't find documentation on the use of multilevel columns.
for simplicity let's say we want to tabulate descriptive statistics of 3 variable (genre age couple), the following command does not work, how should i adjust it ?
Code:
dtable genre couple age, by(type data)
Thank you in advance for your assistance!
Comment