## Correct Answer: C. Chi Square test The chi-square test is the appropriate test of significance here because the data involves **categorical variables** (malnourished vs. not malnourished) distributed across two independent groups (rural vs. urban areas). The chi-square test assesses whether the observed frequencies of categorical outcomes differ significantly from expected frequencies, making it ideal for testing the association between two categorical variables. In this study, we have a 2×2 contingency table: rural malnourished (30), rural not malnourished (unknown), urban malnourished (20), and urban not malnourished (unknown). The chi-square test will determine whether malnutrition prevalence differs significantly between rural and urban populations. This is a non-parametric test requiring no assumptions about normal distribution, which is appropriate for frequency data. The test statistic follows a chi-square distribution with degrees of freedom = (rows−1)×(columns−1) = 1 in this case. ## Why the other options are wrong **A. ANOVA** — ANOVA (Analysis of Variance) is used to compare **means of continuous variables** across three or more independent groups. Here, the data is categorical (malnourished/not malnourished), not continuous measurements like height, weight, or hemoglobin levels. ANOVA also assumes normal distribution and homogeneity of variance, which do not apply to frequency data. This is a common NBE trap pairing multiple groups with ANOVA without checking data type. **B. Paired T test** — Paired t-test compares **means of continuous variables between two related/dependent groups** (e.g., before-after measurements in the same subjects). This study has two **independent groups** (rural and urban children are different populations), not paired observations. Additionally, t-tests require continuous data and normal distribution. The paired design is fundamentally absent here, making this option incorrect. **D. Standard error of the mean** — Standard error of the mean (SEM) is a **descriptive statistic** measuring precision of the sample mean estimate, not a test of significance. It quantifies variability around a mean and is used to construct confidence intervals, not to test hypotheses about differences between groups. SEM cannot be used to determine whether malnutrition prevalence differs significantly between rural and urban areas. This option confuses descriptive statistics with inferential testing. ## High-Yield Facts - **Chi-square test** is the test of choice for comparing **categorical data** across independent groups (2×2 or larger contingency tables). - **ANOVA** tests differences in **means of continuous variables** across ≥3 groups; requires normal distribution and homogeneity of variance. - **Paired t-test** compares **means of continuous variables** in **dependent/matched pairs**; assumes normal distribution of differences. - **Categorical vs. continuous data**: malnutrition status (yes/no) = categorical; height, weight, hemoglobin = continuous. - Chi-square test is **non-parametric** and does not assume normal distribution, making it robust for frequency data in rural-urban epidemiological surveys. - Degrees of freedom for chi-square in 2×2 table = (2−1)×(2−1) = 1; critical value at p=0.05 is 3.84. ## Mnemonics **CATS for Chi-square** **C**ategorical data, **A**ssociation between variables, **T**wo or more independent groups, **S**ignificance testing → Chi-square test. Use when you see frequencies, proportions, or yes/no outcomes across groups. **Data Type Rule** **Categorical (yes/no, rural/urban, diseased/healthy)** → Chi-square. **Continuous (height, weight, BP, hemoglobin)** → t-test or ANOVA. Always identify data type first. ## NBE Trap NBE pairs "multiple groups" (rural and urban) with ANOVA to trap students who focus on group count rather than **data type**. The discriminator is recognizing that malnutrition is a categorical outcome (yes/no), not a continuous measurement. ## Clinical Pearl In Indian rural health surveys (NFHS, DLHS), malnutrition prevalence is always reported as a proportion or percentage across regions. Chi-square test is the standard method to test whether observed differences in malnutrition rates between rural and urban areas are statistically significant, guiding public health resource allocation. _Reference: Park's Textbook of Preventive and Social Medicine, Ch. 10 (Biostatistics); KD Tripathi Essentials of Medical Statistics, Ch. 8 (Tests of Significance)_
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.