= Stata Table = The '''`table`''' command creates a tabulation. Compare to [[Stata/Tabulate|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 == [[https://www.stata.com/manuals/rtable.pdf|Stata manual for table]] ---- CategoryRicottone