Ten readings of BP taken before and after treatment is studied by –
First, the core concept here is comparing two related groups. Since the same subjects are measured before and after, it's a paired sample. The t-test is parametric, assuming normal distribution. If the data isn't normally distributed, the Wilcoxon test would be better. But with ten readings, the sample size is small, so the t-test's assumption might be tricky. Wait, but the question doesn't mention distribution, so we assume normality.
Why is the correct answer the paired t-test? Because it's designed for paired measurements where each pair is dependent. The test calculates the mean difference and compares it to zero. The key here is that the same individuals are measured twice, making the data paired. The t-test is appropriate if the differences are normally distributed.
Now, the wrong options: Let's say option A was an independent t-test. That's for comparing two separate groups, not paired. Option B could be ANOVA, which is for more than two groups. Option C might be a chi-square test, which is for categorical data. Option D could be a Mann-Whitney U test, which is non-parametric for independent groups. Each of these is incorrect because they don't fit the paired design or the parametric assumptions.
The clinical pearl is to remember that paired tests are for dependent samples, like pre-post measurements. And when the sample size is small, check for normality. If not, use Wilcoxon. But if the question gives no info on distribution, default to t-test. So the correct answer here is the paired t-test.
**Core Concept**
This question tests the selection of the appropriate statistical test for comparing two related groups. Paired data (e.g., pre- and post-treatment measurements in the same individuals) require a test that accounts for dependency between observations, such as the **paired t-test** if data is normally distributed.
**Why the Correct Answer is Right**
The **paired t-test** is used to compare the means of two related groups (e.g., before and after treatment in the same patients). It assumes normal distribution of the differences between pairs. With 10 paired readings, the test is suitable if the differences are approximately normal. The test calculates the mean difference, standard deviation, and degrees of freedom to determine statistical significance.
**Why Each Wrong Option is Incorrect**
**Option A:** *Independent t-test* compares unrelated groups (e.g., two distinct patient cohorts), not paired measurements.
**Option B:** *ANOVA* is for comparing three or more groups, not paired data.
**Option C:** *Chi-square test* analyzes categorical variables (e.g., proportions), not continuous measurements like BP.
**Option D:** *Mann-Whitney U test* is a non-parametric test for independent groups, not paired data.
**Clinical Pearl / High-Yield Fact**
For paired continuous data with normal distribution, use the **paired t-test**. If normality is violated (e.g., small skewed samples), the **Wilcoxon signed-rank test** is preferred. Always confirm the data