Chi-square test is used for
**Core Concept**
The Chi-square test is a statistical method used to compare observed frequencies in categorical data with expected frequencies, assuming a specific distribution. It is a non-parametric test that helps determine whether there is a significant association between two or more variables.
**Why the Correct Answer is Right**
The Chi-square test is used to analyze categorical data, such as proportions, counts, or frequencies. It calculates the difference between the observed and expected frequencies and then determines the probability of this difference occurring by chance. This test is useful in medical research to identify associations between variables, such as the relationship between a certain disease and a specific risk factor. The Chi-square test is also used in epidemiology to study the distribution of diseases and identify potential risk factors.
**Why Each Wrong Option is Incorrect**
**Option A:** The t-test is a statistical method used to compare the means of two groups, not categorical data.
**Option B:** ANOVA (Analysis of Variance) is a statistical method used to compare the means of three or more groups, not categorical data.
**Option C:** Logistic regression is a statistical method used to model the relationship between a binary outcome variable and one or more predictor variables, but it is not a test of association between categorical variables.
**Clinical Pearl / High-Yield Fact**
When using the Chi-square test, it's essential to ensure that the expected frequencies are not too small, as this can lead to inaccurate results. A general rule of thumb is to have at least 5-10 expected frequencies per category.
**Correct Answer: A. Contingency table analysis.