「Table-related commands in STATA」の版間の差分

提供: Vaccipedia | Resources for Vaccines, Tropical medicine and Travel medicine
ナビゲーションに移動 検索に移動
17行目: 17行目:
 
|<pre>table v1 v2</pre>
 
|<pre>table v1 v2</pre>
 
create a two-way table<br> of ''v1'' in row&dagger; and ''v2'' in column&dagger;
 
create a two-way table<br> of ''v1'' in row&dagger; and ''v2'' in column&dagger;
|<pre>statistics( )</pre>
+
|<pre>,statistics( )</pre>
 
|-
 
|-
 
!tabulate
 
!tabulate
23行目: 23行目:
 
create a one-way table<br> of ''v1'' with '''detailed''' statistics
 
create a one-way table<br> of ''v1'' with '''detailed''' statistics
 
|<pre>tabulate v1 v2</pre>
 
|<pre>tabulate v1 v2</pre>
create a two-way table<br> with ''v1'' in row&dagger; and ''v2'' in column&dagger
+
create a two-way table<br> with ''v1'' in row&dagger; and ''v2'' in column&dagger;
|<pre>chi2</pre><nowiki>*</nowiki>only for two-way
+
|<pre>,chi2</pre>
<pre>summarize(v3)</pre>
+
Pearson's chi-squared test; <nowiki>*</nowiki>only for two-way
 +
<pre>,summarize(v3)</pre>
 +
'''detailed''' statistics for ''v3''
 
|-
 
|-
 
!tabstat
 
!tabstat
31行目: 33行目:
 
create a one-way table of ''v1''<br> with detailed statistics
 
create a one-way table of ''v1''<br> with detailed statistics
 
|<nowiki>*</nowiki>no two- or multiple-way table
 
|<nowiki>*</nowiki>no two- or multiple-way table
 +
|<pre>,statistics( )</pre>
 +
<pre>,by(v3)</pre>
 +
'''detailed''' statistics for each of ''v3''
 
|-
 
|-
 
!summarize
 
!summarize
 +
|<pre>summarize v1</pre>
 +
detailed statistics of ''v1''
 +
|<nowiki>*</nowiki>no two- or multiple-way summary
 +
|<pre>,detail</pre>
 
|}
 
|}
 
&dagger; row = transverse direction, column = longitudinal direction
 
&dagger; row = transverse direction, column = longitudinal direction

2023年4月2日 (日) 16:27時点における版

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†

,chi2

Pearson's chi-squared test; *only for two-way

,summarize(v3)

detailed statistics for v3

tabstat
tabstat v1

create a one-way table of v1
with detailed statistics

*no two- or multiple-way table
,statistics( )
,by(v3)

detailed statistics for each of v3

summarize
summarize v1

detailed statistics of v1

*no two- or multiple-way summary
,detail

† row = transverse direction, column = longitudinal direction

Abbreviations of commands

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