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


See also

Stata manual for table


CategoryRicottone

Stata/Table (last edited 2023-06-09 15:11:13 by DominicRicottone)