The Chi-square Test is a non-parametric statistical test used to examine whether distributions of categorical variables differ from one another. It’s widely used to test the association between two categorical variables in a contingency table. The test compares the observed frequencies in each category of a contingency table with the expected frequencies, which are calculated based on the assumption that there is no association between the variables.
-
Chi-square Test of Independence: Used to determine if there is a significant association between two categorical variables.
-
Chi-square Goodness-of-Fit Test: Used to see if a sample distribution matches an expected distribution.
Chi-square Test is applicable in a wide range of disciplines, including sociology, marketing, and education, to test hypotheses about associations or differences in categorical data distributions.