⇤ ← Revision 1 as of 2023-06-09 15:11:01
Size: 482
Comment:
|
← Revision 2 as of 2023-06-09 15:11:13 ⇥
Size: 522
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
The '''`table`''' command creates a tabulation. | The '''`table`''' command creates a tabulation. Compare to [[Stata/Tabulate|tabulate]]. |
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