EPPP: Part 1, Knowledge Quiz: Statistical Methods
20 questions · exam conditions
0:00
Statistical MethodsQuestion 1 of 20

A researcher wants to test whether there is a significant difference in treatment preferences among patients from four different cultural backgrounds. The data consists of frequency counts in preference categories. Which statistical approach is most appropriate?

Chi-square test of independence, as it examines relationships between categorical variables nonparametrically
One-way ANOVA, as it compares means across multiple independent cultural groups
Kruskal-Wallis test, as it handles multiple groups without assuming normal distribution
Pearson correlation, as it measures the strength of association between cultural variables
← Back to quizzes

EPPP: Part 1, Knowledge Quiz

EPPP: Part 1, Knowledge Quiz: Statistical Methods

Practice Statistical Methods in EPPP: Part 1, Knowledge with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Statistical Methods, giving you a quick way to practice the rules, question types, and explanations that matter most for EPPP: Part 1, Knowledge.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A researcher wants to test whether there is a significant difference in treatment preferences among patients from four different cultural backgrounds. The data consists of frequency counts in preference categories. Which statistical approach is most appropriate?

  1. Chi-square test of independence, as it examines relationships between categorical variables nonparametrically (correct answer)
  2. One-way ANOVA, as it compares means across multiple independent cultural groups
  3. Kruskal-Wallis test, as it handles multiple groups without assuming normal distribution
  4. Pearson correlation, as it measures the strength of association between cultural variables
Explanation: Chi-square test of independence is the appropriate nonparametric inferential test for examining relationships between categorical variables (cultural background and treatment preference). Choice B is incorrect because ANOVA is for continuous dependent variables, not categorical frequency data. Choice C is incorrect because Kruskal-Wallis is for ordinal/continuous data, not categorical frequencies. Choice D is incorrect because Pearson correlation measures linear relationships between continuous variables.

Question 2

A researcher reports the following: 'The distribution was positively skewed with a skewness coefficient of 2.1, so median and interquartile range were reported instead of mean and standard deviation.' This decision reflects which statistical principle?

  1. Choosing parametric over nonparametric measures for better precision in parameter estimation
  2. Selecting descriptive statistics appropriate for the distributional characteristics of the data (correct answer)
  3. Using inferential rather than descriptive statistics to make population generalizations
  4. Applying nonparametric inferential tests instead of parametric hypothesis testing procedures
Explanation: The researcher appropriately chose nonparametric descriptive statistics (median, IQR) over parametric ones (mean, SD) because of the skewed distribution. Choice A is incorrect because the researcher chose nonparametric, not parametric measures. Choice C is incorrect because both sets of statistics mentioned are descriptive, not inferential. Choice D is incorrect because the example involves descriptive statistics, not inferential testing.

Question 3

Which statement best distinguishes between parametric and nonparametric statistical methods?

  1. Parametric methods require larger sample sizes, while nonparametric methods work effectively with smaller samples
  2. Parametric methods assume specific distributional properties, while nonparametric methods make fewer assumptions (correct answer)
  3. Parametric methods are used for descriptive analysis, while nonparametric methods are used for inference
  4. Parametric methods handle categorical data better, while nonparametric methods work with continuous variables
Explanation: The key distinction is that parametric methods assume specific distributional properties (like normality), while nonparametric methods make fewer assumptions about the underlying distribution. Choice A is incorrect because sample size requirements depend on the specific test, not the parametric/nonparametric distinction. Choice C is incorrect because both parametric and nonparametric methods can be descriptive or inferential. Choice D is incorrect because it reverses the typical applications - parametric methods typically work with continuous data.

Question 4

A researcher wants to compare client improvement scores before and after treatment using the same participants. The improvement scores are highly skewed and contain several extreme outliers. Which statistical approach is most appropriate?

  1. Paired samples t-test after removing outliers to meet normality assumptions
  2. Wilcoxon signed-rank test to handle non-normal paired data nonparametrically (correct answer)
  3. Independent samples t-test treating pre and post measurements as separate groups
  4. Mann-Whitney U test to compare the two measurement occasions
Explanation: Wilcoxon signed-rank test is the appropriate nonparametric inferential test for comparing paired/repeated measures when data violates normality assumptions. Choice A is incorrect because removing outliers may not solve skewness and could introduce bias. Choice C is incorrect because it treats paired data as independent. Choice D is incorrect because Mann-Whitney U is for independent groups, not paired data.

Question 5

A research report states: 'The mode was 7, occurring in 23% of responses.' This represents which type of statistical analysis?

  1. Inferential parametric statistics that test hypotheses about population modal values
  2. Descriptive nonparametric statistics that summarize the most frequent response category (correct answer)
  3. Parametric descriptive statistics that assume normal distribution of response frequencies
  4. Nonparametric inferential statistics that make population estimates without distributional assumptions
Explanation: The mode is a descriptive statistic that identifies the most frequent value and is considered nonparametric because it makes no assumptions about distribution shape. Choice A is incorrect because the mode is descriptive, not inferential. Choice C is incorrect because the mode is nonparametric and doesn't assume normality. Choice D is incorrect because this is a descriptive, not inferential, application.

Question 6

Which statement best describes when to use nonparametric inferential statistics?

  1. When the research design involves small sample sizes that limit statistical power
  2. When parametric assumptions are violated or when dealing with ordinal/ranked data (correct answer)
  3. When the research question focuses on describing sample characteristics rather than testing hypotheses
  4. When multiple variables need to be analyzed simultaneously in complex statistical models
Explanation: Nonparametric inferential statistics are specifically designed for situations where parametric assumptions (normality, homogeneity of variance) are violated or when working with ordinal data. Choice A is incorrect because small samples don't automatically require nonparametric methods. Choice C is incorrect because this describes descriptive rather than inferential statistics. Choice D is incorrect because the number of variables doesn't determine parametric vs. nonparametric choice.

Question 7

A researcher wants to determine if there is a relationship between anxiety levels and academic performance in a sample of college students. The anxiety scores are normally distributed, but the academic performance rankings are ordinal data that violate normality assumptions. Which statistical approach is most appropriate?

  1. Pearson correlation coefficient, as it can handle mixed data types effectively
  2. Spearman rank correlation coefficient, as it is designed for non-normally distributed data (correct answer)
  3. Independent samples t-test, as it compares means between different performance groups
  4. Chi-square test of independence, as it examines relationships between categorical variables
Explanation: The Spearman rank correlation is the appropriate nonparametric statistic for examining relationships between variables when normality assumptions are violated or when dealing with ordinal data. Choice A is incorrect because Pearson correlation requires both variables to meet parametric assumptions. Choice C is incorrect because a t-test compares group means rather than examining correlational relationships. Choice D is incorrect because chi-square is used for categorical variables, not continuous or ordinal relationships.

Question 8

Which statistical test would be most appropriate for comparing the effectiveness of three different therapy approaches on anxiety reduction, given that the outcome variable meets assumptions of normality and homogeneity of variance?

  1. Kruskal-Wallis H test, as it handles multiple independent groups without distributional assumptions
  2. Mann-Whitney U test, as it compares differences between treatment groups effectively
  3. One-way ANOVA, as it compares means across multiple groups with parametric data (correct answer)
  4. Friedman test, as it accounts for repeated measures across the three conditions
Explanation: One-way ANOVA is the appropriate parametric test for comparing means across three or more independent groups when parametric assumptions are met. Choice A is incorrect because Kruskal-Wallis is nonparametric and unnecessary when assumptions are satisfied. Choice B is incorrect because Mann-Whitney U only compares two groups and is nonparametric. Choice D is incorrect because Friedman test is for repeated measures designs, not independent groups.

Question 9

A study examining treatment effectiveness reports both 'Mean reduction = 8.3 points (SD = 2.1)' and 'Median reduction = 7.5 points (IQR = 4.2).' What does this combination suggest about the analytical approach?

  1. The researchers used inappropriate statistical methods by mixing parametric and nonparametric approaches
  2. The data likely violates normality assumptions, prompting inclusion of robust descriptive statistics (correct answer)
  3. The study design required both inferential and descriptive statistical approaches simultaneously
  4. The researchers were uncertain about appropriate statistical methods for their research question
Explanation: Reporting both parametric (mean, SD) and nonparametric (median, IQR) descriptive statistics typically indicates concerns about data distribution and desire to provide robust summaries. Choice A is incorrect because using both approaches can be methodologically sound. Choice C is incorrect because both sets of statistics are descriptive, not a mix of descriptive and inferential. Choice D is incorrect because this represents good practice when data distribution is questionable, not uncertainty.

Question 10

When would it be most appropriate to use the Mann-Whitney U test instead of an independent samples t-test?

  1. When comparing more than two independent groups on a continuous outcome measure
  2. When the dependent variable is normally distributed with equal variances between groups
  3. When the data violates normality assumptions or consists of ordinal measurements (correct answer)
  4. When examining relationships between two continuous variables in correlational research
Explanation: Mann-Whitney U is the nonparametric alternative to the independent samples t-test, used when normality assumptions are violated or when dealing with ordinal data. Choice A is incorrect because both tests only compare two groups (multiple groups would require Kruskal-Wallis or ANOVA). Choice B is incorrect because these conditions favor the parametric t-test. Choice D is incorrect because both tests compare groups, not examine correlational relationships.

Question 11

A study examines whether cognitive behavioral therapy significantly reduces PTSD symptoms compared to a control condition. The researcher conducts a t-test and reports p<0.05p < 0.05. This analysis represents which combination of statistical approaches?

  1. Nonparametric and descriptive, as it summarizes group differences without distributional assumptions
  2. Parametric and inferential, as it tests hypotheses about population means using sample data (correct answer)
  3. Descriptive and parametric, as it calculates central tendency measures for normally distributed variables
  4. Inferential and nonparametric, as it makes population inferences without assuming normality
Explanation: A t-test is both parametric (assumes normal distribution) and inferential (tests hypotheses about population parameters based on sample statistics). Choice A is incorrect because t-tests are parametric and inferential, not nonparametric and descriptive. Choice C is incorrect because t-tests are inferential, not descriptive. Choice D is incorrect because t-tests are parametric, not nonparametric.

Question 12

Which statistical approach would be most appropriate for analyzing the relationship between therapist experience (measured in years) and client satisfaction ratings (measured on a 1-7 Likert scale) when the satisfaction data is severely skewed?

  1. Pearson product-moment correlation to measure the linear relationship between continuous variables
  2. Spearman rank-order correlation to examine association without assuming normal distribution (correct answer)
  3. Independent samples t-test to compare satisfaction between experienced and novice therapists
  4. Chi-square test of independence to examine the relationship between categorical variables
Explanation: Spearman rank-order correlation is the appropriate nonparametric inferential test for examining relationships when data violates normality assumptions. Choice A is incorrect because Pearson correlation assumes bivariate normality. Choice C is incorrect because it would require categorizing the continuous experience variable and doesn't examine the relationship as specified. Choice D is incorrect because both variables are measured at ordinal/interval level, not categorical.

Question 13

A researcher wants to determine if therapy completion rates differ significantly across three treatment modalities. The data consists of completion percentages that are severely skewed. Which analytical approach is most appropriate?

  1. One-way ANOVA with percentage data transformed to meet normality assumptions
  2. Kruskal-Wallis H test to compare groups without assuming normal distribution (correct answer)
  3. Chi-square test of independence examining completion status across modalities
  4. Friedman test to account for repeated measurements across treatment conditions
Explanation: Kruskal-Wallis H test is the appropriate nonparametric inferential test for comparing three or more independent groups when data violates normality assumptions. Choice A is incorrect because transformation may not adequately address severe skewness. Choice C would be appropriate if using completion counts rather than rates, but the question specifies percentages. Choice D is incorrect because Friedman test is for repeated measures, not independent groups.

Question 14

A researcher calculates a 95% confidence interval for the difference between two group means and concludes that the treatment effect is statistically significant. This analysis combines which two types of statistical approaches?

  1. Descriptive and nonparametric, as it summarizes data without distributional assumptions
  2. Inferential and parametric, as it estimates population parameters assuming normal distribution (correct answer)
  3. Nonparametric and inferential, as it makes conclusions without assuming specific distributions
  4. Parametric and descriptive, as it calculates measures of central tendency for normal data
Explanation: Confidence intervals for mean differences are inferential (making inferences about population parameters) and parametric (assuming normal distribution). Choice A is incorrect because confidence intervals are inferential and typically parametric. Choice C is incorrect because confidence intervals for means are parametric procedures. Choice D is incorrect because confidence intervals are inferential, not just descriptive.

Question 15

A psychology department wants to summarize student performance across different courses. They calculate the percentage of students receiving each letter grade (A, B, C, D, F) in each course. This represents which type of statistical analysis?

  1. Parametric inferential statistics that test hypotheses about grade distributions
  2. Nonparametric inferential statistics that compare performance across courses
  3. Descriptive statistics that summarize the frequency distribution of categorical outcomes (correct answer)
  4. Parametric descriptive statistics that assume normal distribution of academic performance
Explanation: Calculating percentages for categorical outcomes (letter grades) represents descriptive statistics that summarize frequency distributions. Choice A is incorrect because no hypothesis testing is described. Choice B is incorrect because this is descriptive rather than inferential analysis. Choice D is incorrect because letter grades are categorical, not continuous, and no normality assumptions are involved in calculating frequencies.

Question 16

How do descriptive statistics differ from inferential statistics in analyzing therapy adherence data?

  1. Descriptive statistics describe the sample; inferential statistics estimate or test population-level claims. (correct answer)
  2. Descriptive statistics require random sampling; inferential statistics do not.
  3. Descriptive statistics provide pp values; inferential statistics provide only graphs.
  4. Descriptive statistics are nonparametric; inferential statistics are always parametric.
Explanation: This question assesses the ability to differentiate between descriptive, inferential, parametric, and nonparametric statistics, focusing on their application and underlying assumptions. Descriptive statistics summarize and describe data characteristics, while inferential statistics make predictions and inferences about populations based on samples. Parametric statistics assume data follow a specific distribution, often normal, and require certain conditions like homogeneity of variance, whereas nonparametric statistics do not rely on such assumptions. The correct answer is A because it accurately describes descriptive statistics for samples and inferential for population claims. Choice C is incorrect because it represents a common misconception, such as attributing p values to descriptive statistics. To improve understanding, focus teaching on the importance of choosing the right statistical methods based on data characteristics, and emphasize the critical role of checking assumptions in parametric tests.

Question 17

What is a key assumption required for parametric tests when modeling symptom scores with linear regression?

  1. Predictors must be nominal categories with no meaningful ordering.
  2. Residuals are approximately normal with constant variance across predicted values. (correct answer)
  3. All variables must be converted to ranks to reduce bias.
  4. The outcome must be dichotomous to justify parametric modeling.
Explanation: This question assesses the ability to differentiate between descriptive, inferential, parametric, and nonparametric statistics, focusing on their application and underlying assumptions. Descriptive statistics summarize and describe data characteristics, while inferential statistics make predictions and inferences about populations based on samples. Parametric statistics assume data follow a specific distribution, often normal, and require certain conditions like homogeneity of variance, whereas nonparametric statistics do not rely on such assumptions. The correct answer is B because it accurately describes normality and homoscedasticity assumptions for parametric regression. Choice D is incorrect because it represents a common misconception, such as thinking dichotomous outcomes are required for parametric models. To improve understanding, focus teaching on the importance of choosing the right statistical methods based on data characteristics, and emphasize the critical role of checking assumptions in parametric tests.

Question 18

When would a psychologist choose a nonparametric test over a parametric test for Likert-scale alliance ratings?

  1. When alliance ratings are ordinal and distributions are non-normal. (correct answer)
  2. When the alliance ratings are ratio-scaled with equal intervals.
  3. When normality is confirmed and variances are homogeneous.
  4. When the goal is to estimate a mean difference with maximum power.
Explanation: This question assesses the ability to differentiate between descriptive, inferential, parametric, and nonparametric statistics, focusing on their application and underlying assumptions. Descriptive statistics summarize and describe data characteristics, while inferential statistics make predictions and inferences about populations based on samples. Parametric statistics assume data follow a specific distribution, often normal, and require certain conditions like homogeneity of variance, whereas nonparametric statistics do not rely on such assumptions. The correct answer is A because it accurately describes nonparametric choice for ordinal, non-normal Likert data. Choice C is incorrect because it represents a common misconception, such as preferring parametric tests when assumptions are met, ignoring ordinal nature. To improve understanding, focus teaching on the importance of choosing the right statistical methods based on data characteristics, and emphasize the critical role of checking assumptions in parametric tests.

Question 19

Which of the following best describes an inferential statistical method using a sample of caregivers?

  1. Reporting the proportion of caregivers endorsing high burden.
  2. Computing the mean caregiver burden score at baseline.
  3. Testing whether caregiver burden differs from a population benchmark. (correct answer)
  4. Listing the range of caregiver ages in the sample.
Explanation: This question assesses the ability to differentiate between descriptive, inferential, parametric, and nonparametric statistics, focusing on their application and underlying assumptions. Descriptive statistics summarize and describe data characteristics, while inferential statistics make predictions and inferences about populations based on samples. Parametric statistics assume data follow a specific distribution, often normal, and require certain conditions like homogeneity of variance, whereas nonparametric statistics do not rely on such assumptions. The correct answer is C because it accurately describes testing against a population value as inferential. Choice A is incorrect because it represents a common misconception, such as confusing sample proportions with inferential testing. To improve understanding, focus teaching on the importance of choosing the right statistical methods based on data characteristics, and emphasize the critical role of checking assumptions in parametric tests.

Question 20

When should a researcher choose nonparametric over parametric statistical methods?

  1. When the sample size is large enough to assume normal distribution by central limit theorem
  2. When the research design involves comparing means between multiple independent treatment groups
  3. When data violates assumptions of normality, homogeneity of variance, or involves ordinal measurement (correct answer)
  4. When the research question requires precise estimation of population parameters from sample statistics
Explanation: Nonparametric methods should be chosen when parametric assumptions (normality, homogeneity of variance) are violated or when dealing with ordinal data. Choice A is incorrect because large samples actually favor parametric methods through the central limit theorem. Choice B is incorrect because comparing means typically uses parametric methods when assumptions are met. Choice D is incorrect because parametric methods generally provide more precise parameter estimation when their assumptions are satisfied.