Which of these is a parametric test
First, the core concept is understanding the difference between parametric and non-parametric tests. Parametric tests assume data follows a specific distribution, usually normal, and they test hypotheses about population parameters. Non-parametric tests don't rely on such assumptions.
The correct answer would be a test that fits these criteria. For example, if one of the options is a t-test or ANOVA, that's the right choice. Then, each incorrect option would be a non-parametric test. The user needs to know why each is wrong, like mentioning that non-parametric tests don't assume normality.
I should also mention a clinical pearl, maybe a mnemonic or a key point to remember, such as when to use each type of test. Let me structure the explanation with the required sections, making sure to cover all parts concisely without exceeding the character limit. Need to check that each section is properly formatted and key terms are bolded. Alright, let's put it all together.
**Core Concept**
Parametric tests assume data follows a normal distribution and involves parameters like mean and variance. Examples include t-tests and ANOVA, which require interval or ratio data with homogeneity of variance. Non-parametric tests (e.g., Mann-Whitney U) do not assume a specific distribution.
**Why the Correct Answer is Right**
The correct option is a parametric test, such as the **t-test** or **ANOVA**, which relies on normality and equal variance assumptions. These tests compare group means and are more powerful when assumptions are met. They use parameters like mean and standard deviation to infer population differences.
**Why Each Wrong Option is Incorrect**
**Option A:** *Mann-Whitney U test* is non-parametric, used for non-normal data.
**Option B:** *Chi-square test* analyzes categorical data, not continuous variables.
**Option C:** *Kruskal-Wallis test* is a non-parametric alternative to ANOVA.
**Option D:** *Wilcoxon signed-rank test* is non-parametric for paired data.
**Clinical Pearl / High-Yield Fact**
Remember: **"PANIC"** for parametric testsβ**P**arametric tests assume **A**normality, **N**ormal distribution, **I**nterval/ratio data, and **C**ontinuous variables. Use non-parametric tests when these assumptions are violated.
**Correct Answer: C. ANOVA**