「Table-related commands in STATA」の版間の差分
ナビゲーションに移動
検索に移動
Vaccipedia.admin (トーク | 投稿記録) |
Vaccipedia.admin (トーク | 投稿記録) |
||
| 1行目: | 1行目: | ||
Suppose we have such a dataset in STATA. | Suppose we have such a dataset in STATA. | ||
| − | [STATAsample.jpg] | + | [[file:STATAsample.jpg]] |
| + | |||
| + | ==Differences between table, tabulate, tabstat, summarize== | ||
| + | |||
| + | {|class="wikitable" | ||
| + | |- | ||
| + | !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† | ||
| + | |- | ||
| + | !tabulate ''v1'' | ||
| + | |create a one-way table of ''v1'' with detailed statistics | ||
| + | |- | ||
| + | !tabulate ''v1 v2'' | ||
| + | |create a two-way table of ''v1'' in row&dagger and ''v2'' in column&dagger<br>almost same as table ''v1 v2'' | ||
| + | |} | ||
| + | † row = transverse direction, column = longitudinal direction | ||
| + | |||
| + | ===Abbreviations of commands=== | ||
| + | {|class="wikitable" | ||
| + | |- | ||
| + | !table | ||
| + | |''(no abbv.)'' | ||
| + | |- | ||
| + | !tabulate | ||
| + | |ta<br>tab | ||
| + | |- | ||
| + | !tabstat | ||
| + | |''(no abbv.)'' | ||
| + | |- | ||
| + | !summarize | ||
| + | |su | ||
| + | |} | ||
2023年4月2日 (日) 15:56時点における版
Suppose we have such a dataset in STATA.
Differences between table, tabulate, tabstat, summarize
| 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† |
| tabulate v1 | create a one-way table of v1 with detailed statistics |
| tabulate v1 v2 | create a two-way table of v1 in row&dagger and v2 in column&dagger almost same as table v1 v2 |
† row = transverse direction, column = longitudinal direction
Abbreviations of commands
| table | (no abbv.) |
|---|---|
| tabulate | ta tab |
| tabstat | (no abbv.) |
| summarize | su |
