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


See also

Stata manual for -table-


CategoryRicottone

Stata/Table (last edited 2025-10-24 17:41:23 by DominicRicottone)