## Test Selection for Categorical Data **Key Point:** When comparing categorical outcomes (binary: yes/no) across two independent groups, the chi-square test of independence is the gold standard. ### Why Chi-Square is Correct The data structure is: - **Independent variable:** Intervention type (categorical: video vs. pamphlet) - **Dependent variable:** Smoking cessation outcome (categorical: quit vs. not quit) - **Sample size:** n = 120 (adequate for chi-square) This creates a 2×2 contingency table: | Intervention | Quit | Not Quit | Total | | --- | --- | --- | --- | | Video | a | b | a+b | | Pamphlet | c | d | c+d | | Total | a+c | b+d | 120 | The chi-square test statistic is: $$\chi^2 = \frac{N(ad - bc)^2}{(a+b)(c+d)(a+c)(b+d)}$$ **High-Yield:** Chi-square tests categorical association; t-tests compare means of continuous variables. ### Assumptions Met - Both variables are categorical (nominal) - Groups are independent (different workers, different interventions) - Expected frequency in each cell ≥ 5 (likely, given n = 120) **Clinical Pearl:** In public health intervention studies, binary outcomes (disease present/absent, behavior adopted/not adopted) are extremely common—chi-square is your go-to test.
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.