Table-related commands in STATA

提供: Vaccipedia | Resources for Vaccines, Tropical medicine and Travel medicine
ナビゲーションに移動 検索に移動

Suppose we have such a dataset in STATA.

STATAsample.jpg

Differences between table, tabulate, tabstat, summarize

one-way two-way options
table
table v1

create a one-way table
of v1 with simple statistics

table v1 v2

create a two-way table
of v1 in row† and v2 in column†

statistics( )
tabulate
tabulate v1

create a one-way table
of v1 with detailed statistics

tabulate v1 v2

create a two-way table
with v1 in row† and v2 in column&dagger

chi2
*only for two-way
summarize(v3)
tabstat
tabstat v1

create a one-way table of v1
with detailed statistics

*no two- or multiple-way table
summarize

† row = transverse direction, column = longitudinal direction

Abbreviations of commands

table (no abbv.)
tabulate ta
tab
tabstat (no abbv.)
summarize su