You can read more in our Stata Blog posts "Customizable tables in Stata 17" blog.stata.com/2021/06/07/customizable-tables-in-stata-17-part-1-the-new-table-command/ blog.stata.com/2021/06/07/customizable-tables-in-stata-17-part-2-the-new-collect-command/ blog.stata.com/2021/06/24/customizable-tables-in-stata-17-part-3-the-classic-table-1/ blog.stata.com/2021/08/24/customizable-tables-in-stata-17-part-4-table-of-statistical-tests/ blog.stata.com/2021/08/26/customizable-tables-in-stata-17-part-5-tables-for-one-regression-model/ blog.stata.com/2021/09/02/customizable-tables-in-stata-17-part-6-tables-for-multiple-regression-models/ blog.stata.com/2021/09/08/customizable-tables-in-stata-17-part-7-saving-and-using-custom-styles-and-labels/
Please why does it have to stratify by the second variable in the first parenthesis? Is there a way to just get the frequencies and percentages for each variable specified?
To get the frequencies and percentages for each variable you may type, for example, *table () (hlthstat), stat(fvpercent sex race) stat(fvfrequency sex race)* . Please type *help table summary* to learn more; you can view the quick examples at the bottom of the help file or the fully worked examples in the PDF documentation. You can also contact us at tech-support@stata.com with more questions.
You can read more in our Stata Blog posts "Customizable tables in Stata 17"
blog.stata.com/2021/06/07/customizable-tables-in-stata-17-part-1-the-new-table-command/
blog.stata.com/2021/06/07/customizable-tables-in-stata-17-part-2-the-new-collect-command/
blog.stata.com/2021/06/24/customizable-tables-in-stata-17-part-3-the-classic-table-1/
blog.stata.com/2021/08/24/customizable-tables-in-stata-17-part-4-table-of-statistical-tests/
blog.stata.com/2021/08/26/customizable-tables-in-stata-17-part-5-tables-for-one-regression-model/
blog.stata.com/2021/09/02/customizable-tables-in-stata-17-part-6-tables-for-multiple-regression-models/
blog.stata.com/2021/09/08/customizable-tables-in-stata-17-part-7-saving-and-using-custom-styles-and-labels/
I've Stata 15, I can't see this tables option in summary statistics in my stata
Please why does it have to stratify by the second variable in the first parenthesis? Is there a way to just get the frequencies and percentages for each variable specified?
To get the frequencies and percentages for each variable you may type, for example, *table () (hlthstat), stat(fvpercent sex race) stat(fvfrequency sex race)* . Please type *help table summary* to learn more; you can view the quick examples at the bottom of the help file or the fully worked examples in the PDF documentation. You can also contact us at tech-support@stata.com with more questions.
@@statacorp Many thanks for this. The PDF documentation was also very helpful.
it is v helpful video.can you tell how to export this table using outreg2 or asdoc?
@@statacorp
From where are we supposed to get the data for this practice?
In Stata 17, you can load the dataset by typing the following: *webuse nhanes2l*
@@statacorp really appreciate your help. Thank you!