差分

ナビゲーションに移動 検索に移動
|-
!table
|'''table SES'''[[file:table_SES.jpg]]
|rowspan="2"|Both reports frequency<br> but '''tabulate''' is more detailed
|-
!tabulate
|'''tabulate SES'''[[file:tabulate_SES.jpg]]
|-
!tabstat
|'''tabstat SES'''[[file:tabstat_SES.jpg]]
|rowspan="2"|Both reports mean<br> but '''summarize''' is more detailed
|-
!summarize
|'''summarize SES'''[[file:summarize_SES.jpg]]
|}
|-
!tabstat
|'''tabstat sex data1 SES'''[[file:tabstat_sex_data1_SES.jpg]]
|Reports mean in row (transverse) direction
|-
!summarize
|'''summarize sex data1 SES'''[[file:summarize_sex_data1_SES.jpg]]
|Reports more details in column (longitudinal) direction
|}
|-
!table
|'''table sex factorA'''[[file:table_sex_factorA.jpg]]
|rowspan="2"|Both creates the same table<br> but '''tabulate''' is better visualized
|-
!tabulate
|'''tabulate sex factorA'''[[file:tabulate_sex_factorA.jpg]]
|-
!tabstat
|'''tabstat factorA, by(sex)'''[[file:tabstat_factorA_by(sex).jpg]]
|rowspan="2"|Both reports mean<br> but '''summarize''' is more detailed;<br>needs '''bysort''' option before the command
|-
!summarize
|'''bysort sex: summarize factorA'''[[file:summarize_factorA_bysort_sex.jpg]]
|}
|-
!table
|'''table factorA sex'''[[file:table_factorA_sex.jpg]]
|rowspan="2"|Both creates the same table<br> but '''tabulate''' is better visualized
|-
!tabulate
|'''tabulate factorA sex'''[[file:tabulate_factorA_sex.jpg]]
|-
!tabstat
|'''tabstat sex, by(factorA)'''[[file:tabstat_sex_by(factorA).jpg]]
|rowspan="2"|Both reports mean<br> but '''summarize''' is more detailed;<br>needs '''bysort''' option before the command
|-
!summarize
|'''bysort factorA: summarize sex'''[[file:summarize_sex_bysort_factorA.jpg]]
|}
|-
!tabstat
|'''tabstat data, by(disease)'''[[file:tabstat_data1_by(disease).jpg]]
|rowspan="2"|Both reports mean<br> but '''summarize''' is more detailed;<br>needs '''bysort''' option before the command
|-
!summarize
|'''bysort disease: summarize data1'''[[file:summarize_data1_bysort_disease.jpg]]
|}
|-
!rowspan="3"|table
|'''table sex factorA, statistic(percent)'''[[file:table_sex_factorA_statistic(percent).jpg]]
|This calculates proportions of cells compared to the whole<br> without showing raw values
|-
|'''table sex factorA, statistic(percent, across(sex))'''[[file:table_sex_factorA_statistic(percent_across(sex)).jpg]]
|This calculates proportions in column (longitudinal) directions<br> without showing raw values
|-
|'''tale sex factorA, statistic(percent, across(factorA))'''[[file:table_sex_factorA_statistic(percent_across(factorA)).jpg]]
|This calculates proportions in row (transverse) directions<br> without showing raw values
|-
!rowspan="2"|tabulate
|'''tabulate sex factorA, column'''[[file:tabulate_sex_factorA_column.jpg]]
|This calculates proportions in column (longitudinal) directions
|-
|'''tabulate sex factorA, row'''[[file:tabulate_sex_factorA_row.jpg]]
|This calculates proportions in row (transverse) directions
|}
|-
!rowspan="3"|tabstat
|'''tabstat factorA factorB factorC, by(disease)'''[[File:tabstat_factorABC_by(disease).jpg]]
|
|-
|'''tabstat factorA factorB factorC, by(disease) statistic(sum)'''[[File:tabstat_factorABC_by(disease)_statistic(sum).jpg]]
|factorA,B,C are binary variables so summations of values provide the positivities of factorA,B,C
|-
|'''tabstat factorA factorB factorC, by(disease) statistic(n)'''[[File:tabstat_factorABC_by(disease)_statistic(n).jpg]]
|''statistic(n)'' (''statistic(count)'' is the same) only counts observations with real values, which only tell non-missing observations
|}
|-
!rowspan="3"|tabstat
|'''tabstat factorA factorB factorC, by(SES)'''[[File:tabstat_factorABC_by(SES).jpg]]
|
|-
|'''tabstat factorA factorB factorC, by(SES) statistic(sum)'''[[File:tabstat_factorABC_by(SES)_statistic(sum).jpg]]
|factorA,B,C are binary variables so summations of values provide the positivities of factorA,B,C
|-
|'''tabstat factorA factorB factorC, by(SES) statistic(n)'''[[File:tabstat_factorABC_by(SES)_statistic(n).jpg]]
|''statistic(n)'' (''statistic(count)'' is the same) only counts observations with real values, which only tell non-missing observations
|}
|-
!tabulate
|'''tabulate disease SES, summarize(data1)'''[[File:tabulate_disease_SES_summarize(data1).jpg]]
|This tells means, SDs and frequencies of a continuous variable divided in two-way of binary/categorical variables
|}

案内メニュー