Stata Table
The -table- command creates a tabulation.
See also -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.
See also -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 2025-10-24 17:41:23 by DominicRicottone)