Stata Table
The table command creates a tabulation. Compare to tabulate.
Usage
One-way
table foo table () foo
Two-way
table foo bar
N-way
table foo bar baz //only baz is a column table foo (bar baz) //bar and baz are columns
The table command creates a tabulation. Compare to tabulate.
table foo table () foo
table foo bar
table foo bar baz //only baz is a column table foo (bar baz) //bar and baz are columns
Stata/Table (last edited 2023-06-09 15:11:13 by DominicRicottone)