A コンティンジェンシーテーブル is a statistical tool that organizes and displays the frequencies of different outcomes for two or more categorical variables. Typically represented in a matrix format, the rows and columns of the table correspond to the different categories of each variable, allowing for a clear comparison of their relationships.
例えば、性別と製品の好みの関係を分析する研究では、コンティンジェンシーテーブルは、製品を好む男性と女性、好まない男性と女性の数を示します。これにより、変数間のパターンや関連性を特定できます。表のセル内の値は、それぞれのカテゴリーに該当する観測の数や頻度を表しています。
Contingency tables are particularly useful for conducting tests of independence, such as the Chi-square test, which assesses whether the distribution of one variable is independent of the distribution of another. By analyzing the data in a contingency table, researchers can derive insights about the interactions between different categorical variables, making it a fundamental tool in fields such as 社会科学, marketing, and healthcare analytics.