All questions
Question 1
A financial analyst is comparing the performance of mutual funds from three different sectors. If the data severely violates both the normality and homogeneity of variance assumptions, and data transformations do not adequately correct these issues, which of the following is the most appropriate next step?
- Proceed with the standard ANOVA but use a more stringent alpha level, such as 0.01.
- Use Welch's ANOVA, as it is robust to the violation of the normality assumption.
- Remove outliers from the dataset until the assumptions are met.
- Use the Kruskal-Wallis test, a non-parametric alternative to one-way ANOVA. (correct answer)
Explanation: When ANOVA assumptions are severely violated and cannot be fixed with transformations, a non-parametric alternative is the best choice. The Kruskal-Wallis test is the non-parametric equivalent of the one-way ANOVA. It tests for differences among medians and does not rely on the assumptions of normality or homoscedasticity. Welch's ANOVA corrects for unequal variances but still assumes normality. Changing the alpha level or arbitrarily removing outliers are not statistically sound procedures.
Question 2
Which statement provides the most accurate description of the normality assumption in a one-way ANOVA?
- The data within each sample must be shown to be normally distributed using a test like the Shapiro-Wilk test.
- The distribution of the combined data from all groups must be approximately normal.
- The theoretical F-distribution used for the test is assumed to be normal.
- The residuals (errors) of the model are assumed to be drawn from a normally distributed population. (correct answer)
Explanation: This is a subtle but important distinction. The formal assumption of normality in ANOVA applies to the errors, or residuals (ϵij), which represent the variation of individual observations around their respective group means. The assumption is that these errors are independently and identically distributed as N(0,σ2). While this implies that the data within each group's population are normally distributed, the practical checks (like Q-Q plots or Shapiro-Wilk tests) are performed on the model residuals, not the raw data of each group separately. Question 3
An educational researcher conducts a one-way ANOVA to compare test scores across three teaching methods. After running the analysis, she examines residual plots and finds that residuals show a clear funnel pattern when plotted against fitted values, with much larger spread for higher fitted values. Additionally, a Shapiro-Wilk test on the residuals yields p = 0.023. What is the most appropriate next step?
- Proceed with the ANOVA results since the Shapiro-Wilk test is overly sensitive and the sample size likely provides sufficient robustness to assumption violations.
- Apply a square root transformation to the response variable to address the heteroscedasticity, then re-examine assumptions before proceeding with ANOVA. (correct answer)
- Use a non-parametric Kruskal-Wallis test instead of ANOVA since both the normality and equal variance assumptions appear to be violated.
- Remove outliers from the dataset based on standardized residuals exceeding ±2, then rerun the ANOVA on the cleaned data.
Explanation: The funnel pattern indicates heteroscedasticity (unequal variances), and the significant Shapiro-Wilk test suggests non-normality. A square root transformation often stabilizes variance when the variance increases with the mean, and may also improve normality. This addresses the primary issue (heteroscedasticity) systematically. Choice A ignores clear assumption violations. Choice C jumps to non-parametric methods without first trying to fix the data. Choice D assumes outliers are the problem when the issue appears to be systematic heteroscedasticity.
Question 4
A business analyst compares customer wait times across four service locations using ANOVA. The data show that Location 1 (n=15) has wait times ranging from 2-8 minutes, Location 2 (n=18) ranges from 8-15 minutes, Location 3 (n=12) ranges from 15-25 minutes, and Location 4 (n=20) ranges from 25-35 minutes. All locations show roughly normal distributions within their ranges. The overall ANOVA F-test is highly significant (p < 0.001). Which assumption-related concern is most critical for interpreting these results?
- The normality assumption is violated because the overall distribution of wait times will be multimodal due to the separated group ranges.
- No serious assumption violations are indicated since each group shows normal distributions and the F-test result is highly significant.
- The independence assumption is questionable since wait times at service locations are often influenced by shared operational factors and staffing.
- The equal variance assumption may be violated since groups with higher means often have proportionally larger variances in wait time data. (correct answer)
Explanation: When analyzing ANOVA results, you must evaluate whether the three key assumptions are met: normality, independence, and equal variances (homoscedasticity). Even when the F-test is significant, assumption violations can affect the validity of your conclusions.
The most critical concern here is the equal variance assumption. Notice how the wait time ranges increase dramatically across locations: Location 1 spans 6 minutes (2-8), while Location 4 spans 10 minutes (25-35). More importantly, service time data typically exhibits a pattern where groups with higher means have proportionally larger variances—this is common in operational settings where longer processes introduce more variability. This heteroscedasticity can inflate Type I error rates and make the F-test unreliable.
Option A is incorrect because multimodality in the overall distribution doesn't violate ANOVA assumptions—normality is evaluated within each group, not across the combined dataset. Option B wrongly assumes that a significant F-test indicates valid assumptions; statistical significance doesn't guarantee assumption compliance. Option C raises independence concerns, but the question doesn't provide evidence of shared operational factors affecting individual customer wait times within locations.
Option D correctly identifies that the increasing ranges and the nature of wait time data suggest heteroscedasticity, which is the most serious threat to valid ANOVA interpretation here.
Study tip: For ANOVA problems, always check if group variances appear roughly equal by examining ranges or standard deviations. When means increase substantially across groups, suspect proportional variance increases—this is especially common with time-based measurements like wait times, processing times, or response times.
Question 5
A pharmaceutical company wants to compare the effectiveness of four different drug formulations using ANOVA. They plan to test 15 patients per group, randomly assigning treatments. However, they discover that patients will be recruited from three different hospitals, with 5 patients per treatment group coming from each hospital. Hospital A primarily serves elderly patients (mean age 68), Hospital B serves middle-aged patients (mean age 45), and Hospital C serves younger adults (mean age 28). How does this affect the ANOVA assumptions?
- The independence assumption is violated because patients within hospitals may respond similarly due to shared characteristics and hospital-specific factors. (correct answer)
- The equal variance assumption is likely violated because age differences across hospitals will create systematic differences in response variability.
- The normality assumption cannot be satisfied because the age distribution across the entire sample will be multimodal rather than normal.
- No ANOVA assumptions are violated since randomization within each hospital ensures independence and the design remains balanced across treatments.
Explanation: The independence assumption requires that observations are independent, but patients from the same hospital may share characteristics (age, socioeconomic status, local medical practices, etc.) that make their responses more similar to each other than to patients from other hospitals. This creates within-hospital correlation. A two-way ANOVA with hospital as a blocking factor would be more appropriate. Choice B confuses response variance with the covariate (age). Choice C incorrectly focuses on the distribution of age rather than the response variable. Choice D ignores the potential correlation structure.
Question 6
A quality control engineer wants to compare the mean diameter of parts produced by three machines. She randomly selects 20 parts from each machine's output during a single 8-hour shift. The ANOVA assumptions appear satisfied based on residual analysis. However, she later realizes that Machine A was recalibrated halfway through the shift, Machine B experienced a temperature fluctuation that was corrected after 3 hours, and Machine C ran normally throughout. How does this information affect the validity of her ANOVA analysis?
- The analysis remains valid because she randomly selected parts and the final residual analysis showed no assumption violations.
- The normality assumption is compromised because each machine's data may now represent a mixture of two different normal distributions.
- The equal variance assumption is likely violated because the operational changes would create different levels of variability across machines.
- The independence assumption is violated because parts produced before and after the operational changes may be systematically different. (correct answer)
Explanation: When you encounter ANOVA problems, always examine whether the independence assumption is met—this is often the most critical and easily violated assumption in real-world scenarios.
The independence assumption requires that each observation be unrelated to others, meaning one measurement doesn't influence another. In this case, the operational changes created systematic differences within each machine's production. Parts produced before Machine A's recalibration likely differ systematically from those produced after. Similarly, Machine B's temperature fluctuation created two distinct production periods. This means parts aren't truly independent—they're clustered into "before change" and "after change" groups, violating the fundamental independence requirement.
Option A is incorrect because residual analysis can miss independence violations, especially when the violation stems from unmeasured time-based factors like equipment changes. Option B misunderstands the normality assumption—having mixtures of normal distributions doesn't necessarily violate normality of residuals. Option C focuses on equal variance, but the primary issue isn't different variability levels across machines; it's the systematic within-machine differences over time.
The engineer should either analyze the data as a more complex design (accounting for the time periods) or collect new data under consistent conditions. Simply having "good-looking" residuals doesn't validate an analysis when the experimental design itself is compromised.
Study tip: In ANOVA questions, always trace through the data collection process chronologically. Independence violations often occur when conditions change during data collection, even if statistical diagnostics look fine.
Question 7
A manufacturing quality control analyst is planning to use one-way ANOVA to compare the mean tensile strength of materials produced by four different suppliers. The analyst has collected samples of sizes 12, 15, 18, and 20 from each supplier respectively. Preliminary analysis shows that the residuals from each group follow a normal distribution, but the sample standard deviations are 2.1, 4.8, 3.2, and 6.7 MPa respectively. Which statement best describes the validity of proceeding with the ANOVA?
- The ANOVA is valid because the sample sizes are all greater than 10 and the residuals are normally distributed within each group.
- The ANOVA should not be performed because the ratio of largest to smallest standard deviation exceeds 2:1, violating the equal variance assumption.
- The ANOVA is marginally acceptable since the sample sizes are reasonably balanced, but a transformation or alternative test would be preferable. (correct answer)
- The ANOVA cannot be performed because the sample sizes are unequal, which requires equal variances to be exactly satisfied.
Explanation: The ratio of largest to smallest standard deviation is 6.7/2.1 ≈ 3.19, which substantially violates the equal variance assumption (rule of thumb: ratio should be ≤ 2). However, ANOVA is somewhat robust to variance heterogeneity when sample sizes are reasonably balanced as they are here. A transformation (like log) or Welch's ANOVA would be better choices. Choice A ignores the variance problem. Choice B is too absolute - ANOVA doesn't become completely invalid, just less reliable. Choice D incorrectly states that unequal sample sizes require exactly equal variances.
Question 8
A quality control manager uses a one-way ANOVA to compare the mean processing time of a transaction across three different company branches. To check assumptions, the manager runs a Levene's test for homogeneity of variances, which yields a p-value of 0.015. The sample sizes for the three branches are n1=20, n2=50, and n3=55. Further analysis reveals that the branch with the smallest sample size (n1=20) also has the largest sample variance.
Given this scenario, what is the most likely consequence for the ANOVA F-test?
- The F-test will be conservative, making it less likely to detect a true difference among the branch means (increased Type II error).
- The F-test will be liberal, making it more likely to falsely detect a difference among the branch means (increased Type I error). (correct answer)
- The F-test's validity is unaffected because ANOVA is robust to violations of homoscedasticity when total sample size is large.
- The F-test is invalid because the normality assumption has also been violated, as indicated by the significant Levene's test.
Explanation: The assumption of homogeneity of variances (homoscedasticity) has been violated (p=0.015 < 0.05). When this assumption is violated in conjunction with unequal sample sizes, the F-test can be biased. The direction of the bias depends on the relationship between sample sizes and variances. When the group with the smallest sample size has the largest variance, the F-test becomes too liberal, meaning it is more likely to reject the null hypothesis than the alpha level suggests. This leads to an increased probability of a Type I error.
Question 9
A market research firm compares consumer satisfaction scores (on a scale of 1-100) for four competing products. They find that the sample standard deviations are 5.2, 5.5, 25.1, and 24.8 for products A, B, C, and D, respectively. The sample sizes are equal for all four groups (n=30). What is the primary concern when proceeding with a standard ANOVA?
- The sample sizes are too small to satisfy the Central Limit Theorem, making the normality assumption critical.
- The pronounced difference in standard deviations suggests a severe violation of the homoscedasticity assumption. (correct answer)
- The independence of observations is questionable because consumers may have tried multiple products.
- The mean satisfaction scores are likely to be different, which violates the null hypothesis premise of ANOVA.
Explanation: The assumption of homogeneity of variances (homoscedasticity) requires that the population variances of the groups are equal. The sample standard deviations (and thus variances) are vastly different between the (A, B) pair and the (C, D) pair. The ratio of the largest to smallest variance is approximately (25/5)^2 = 25, which is very large. This strong evidence of heteroscedasticity is the primary concern, even with equal sample sizes, as a severe violation can still affect the test's accuracy.
Question 10
An analyst performs an ANOVA and finds that the residuals are skewed and the variances are unequal. Applying a natural log transformation to the response variable results in residuals that are approximately normal and have roughly equal variances. If the original ANOVA was not significant (p=0.12) but the ANOVA on the transformed data is significant (p=0.03), what is the most valid interpretation?
- The original non-significant result is more trustworthy because data transformation artificially inflates significance.
- A significant difference exists among the geometric means of the original groups. (correct answer)
- The analyst has engaged in 'p-hacking' and should report the original result to remain objective.
- Neither result is valid; a non-parametric test should have been used from the start.
Explanation: When ANOVA assumptions are violated, the test can lack power or be inaccurate. A transformation can correct these violations, making the subsequent ANOVA valid. An ANOVA on log-transformed data is equivalent to testing for differences in the geometric means of the original data. Since the transformed ANOVA is valid and significant, the correct conclusion is that there is a statistically significant difference between the geometric means of the groups. This is a standard and acceptable procedure, not p-hacking.
Question 11
A food scientist is comparing the shelf life (in days) of bread using four different preservatives. She notices that the data for preservative A has a mean of 8 days with standard deviation 1.2, preservative B has mean 15 days with standard deviation 2.8, preservative C has mean 22 days with standard deviation 4.1, and preservative D has mean 30 days with standard deviation 5.9. The relationship between group means and standard deviations appears roughly linear. What assumption violation is most clearly indicated, and what transformation would be most appropriate?
- Independence violation is indicated by the linear relationship; data should be re-collected using proper randomization techniques.
- Equal variance violation is present since variance increases with the mean; a logarithmic transformation should be applied. (correct answer)
- Normality violation is suggested by the systematic pattern; square root transformation would be most appropriate for count data.
- No violation is clearly indicated since the pattern could occur by chance; proceed with standard ANOVA after checking residual plots.
Explanation: When standard deviations increase proportionally with means (as shown by the roughly linear relationship), this indicates heteroscedasticity where variance increases with the mean. A logarithmic transformation is appropriate when the coefficient of variation (SD/mean) is roughly constant, which appears to be the case here (ratios are approximately 0.15, 0.19, 0.19, 0.20). Choice A misidentifies the assumption. Choice C confuses the transformation rationale - this isn't count data and the pattern suggests variance-mean relationship, not normality issues primarily. Choice D ignores clear evidence of systematic heteroscedasticity.
Question 12
A researcher conducts a one-way ANOVA with four groups (n = 12 each) and obtains residuals that pass the Shapiro-Wilk test (p = 0.18) and show random scatter in residual plots. However, when she examines the raw data more carefully, she discovers that Group 1 has values clustered around 10 and 40 (bimodal), Group 2 is uniform between 20-30, Group 3 is normal around 25, and Group 4 is right-skewed with most values near 15. All groups happen to have similar means (≈ 25) and variances. What should she conclude about the ANOVA validity?
- The ANOVA is valid because the residual analysis confirms that the key assumptions are met regardless of individual group distributions.
- The ANOVA is invalid because normality must be satisfied within each group separately, not just in the pooled residuals.
- The ANOVA should be interpreted cautiously because different group distributions suggest the groups may not be comparable populations. (correct answer)
- The ANOVA is valid but follow-up tests should use non-parametric methods since the within-group distributions are non-normal.
Explanation: While the residual analysis suggests ANOVA assumptions are technically met, the vastly different distributional shapes within groups suggest these may represent fundamentally different types of populations or processes. The fact that they happen to have similar means and variances may be coincidental rather than meaningful. This raises questions about whether a simple comparison of means is the right analysis - the groups may differ in ways other than location. Choice A is technically correct but misses the deeper interpretive issue. Choice B overstates the normality requirement. Choice D misunderstands that residual normality is what matters, not within-group normality.
Question 13
A market researcher collected data on customer satisfaction scores (1-100 scale) for five different service centers. The researcher performed a one-way ANOVA and obtained the following residual analysis results:
• Residual vs. Fitted plot: Shows random scatter around zero with no clear patterns
• Normal Q-Q plot: Points follow the diagonal line closely except for 2-3 points in the upper tail that deviate slightly
• Histogram of residuals: Appears roughly bell-shaped with slight right skew
• Levene's test for equal variances: p-value = 0.12
• Shapiro-Wilk test for normality: p-value = 0.08
Based on these diagnostic results, what is the most reasonable conclusion about proceeding with the ANOVA?
- The ANOVA assumptions are adequately satisfied and the analysis results can be trusted for making inferences about service center differences. (correct answer)
- The normality assumption is questionable given the Q-Q plot deviations and should be addressed before interpreting ANOVA results.
- The equal variance assumption is violated despite the Levene's test result, requiring a transformation or alternative analysis approach.
- Multiple assumption violations are present and a non-parametric alternative like Kruskal-Wallis would be more appropriate than ANOVA.
Explanation: All diagnostic evidence supports proceeding with ANOVA. Levene's test (p=0.12) indicates equal variances, the residual vs. fitted plot shows no patterns (independence and equal variance), and while the Shapiro-Wilk test approaches significance (p=0.08), it doesn't cross the typical 0.05 threshold. Minor deviations in Q-Q plots are common and acceptable, especially with only 2-3 points affected. The slight right skew is not severe enough to invalidate the analysis. Choice B overstates minor normality concerns. Choice C contradicts the Levene's test result. Choice D greatly exaggerates the severity of minor deviations.
Question 14
An analyst performs ANOVA on sales data from four regions and finds that the residuals show no pattern when plotted against fitted values, but the normal Q-Q plot reveals that residuals deviate substantially from the diagonal line in both tails, forming an S-shaped pattern. The Shapiro-Wilk test gives p < 0.001. Sample sizes are large (n > 50 per group). Which statement best reflects the implications for the ANOVA results?
- The ANOVA F-test results remain valid because large sample sizes make the procedure robust to normality violations via the Central Limit Theorem.
- The ANOVA F-test may have incorrect Type I error rates, but confidence intervals and prediction intervals will be most seriously affected. (correct answer)
- Both the F-test and all follow-up procedures are severely compromised and should not be trusted without addressing the normality violation.
- The equal variance assumption is likely also violated since normality and equal variance violations typically occur together in practice.
Explanation: The S-shaped Q-Q plot indicates heavy tails (platykurtic or leptokurtic distribution). While large samples make the F-test reasonably robust to normality violations due to CLT, confidence and prediction intervals depend more critically on the distributional assumptions. The F-test may have slightly incorrect Type I error rates but will be approximately valid, whereas intervals may be seriously misleading with heavy-tailed distributions. Choice A overstates robustness for all procedures. Choice C is too pessimistic about the F-test with large samples. Choice D makes an unfounded connection - the residual plot shows no heteroscedasticity.
Question 15
An ANOVA was conducted to compare the mean effectiveness scores of five different training programs. The total sample size was 250 (50 participants per program). The p-value for the ANOVA F-test was 0.06. A Shapiro-Wilk test on the residuals yielded a p-value of 0.02, while a Levene's test on the variances yielded a p-value of 0.28.
Based on these results, what is the most defensible conclusion about the training programs?
- The results are invalid because the significant Shapiro-Wilk test shows the normality assumption is violated, so no conclusion can be drawn.
- There is no significant evidence of a difference in mean effectiveness because the F-test p-value is greater than 0.05, and this conclusion is likely reliable. (correct answer)
- There is a significant difference in mean effectiveness because the Shapiro-Wilk test is significant, which inflates the F-statistic.
- The homoscedasticity assumption is violated, which means the non-significant F-test result cannot be trusted.
Explanation: The F-test p-value (0.06) is not significant at the α=0.05 level. We must assess the validity of this conclusion. The Levene's test p-value (0.28) is not significant, so the homoscedasticity assumption is met. The Shapiro-Wilk test p-value (0.02) is significant, indicating a violation of the normality assumption. However, ANOVA is known to be robust to violations of normality, especially with large, equal sample sizes (n=50 per group). Therefore, the F-test result is likely reliable despite the normality violation. The correct conclusion is to fail to reject the null hypothesis.
Question 16
An HR department uses ANOVA to see if the average number of training hours differs among three departments: Sales, IT, and Operations. The null hypothesis for the main test is H0:μSales=μIT=μOperations. To check assumptions, a Levene's test is conducted.
What is the null hypothesis (H0) for the Levene's test in this context?
- H0:μSales=μIT=μOperations
- H0:σSales2=σIT2=σOperations2 (correct answer)
- At least one of the population variances is different from the others.
- The residuals from the ANOVA model are normally distributed with a mean of zero.
Explanation: It is crucial to distinguish between the hypothesis for the main ANOVA F-test and the hypotheses for assumption tests. The main ANOVA tests for the equality of means. The Levene's test specifically checks the assumption of homogeneity of variances (homoscedasticity). Therefore, its null hypothesis is that the population variances of the groups being compared are equal. Rejecting this null hypothesis would indicate that the ANOVA assumption has been violated.
Question 17
An ANOVA is run with three groups of equal size (n=15). The Levene's test for homogeneity of variances is not significant (p=0.45). However, a histogram of the residuals shows a bimodal (two-peaked) distribution. What is the most significant concern about the validity of the ANOVA results?
- The bimodal residuals strongly suggest a violation of the normality assumption, which is problematic with small sample sizes. (correct answer)
- The non-significant Levene's test suggests the F-test is robust, so there is no concern.
- The equal sample sizes ensure the ANOVA is valid regardless of the shape of the residual distribution.
- The bimodal distribution indicates that the independence assumption has been violated.
Explanation: When you encounter ANOVA questions involving assumption violations, you need to evaluate which assumptions are most critical and how violations affect the validity of results. ANOVA relies on three key assumptions: independence of observations, homogeneity of variances, and normality of residuals.
The bimodal residual distribution is a serious red flag for the normality assumption. This two-peaked pattern suggests that your data might actually come from two different populations mixed together, or that there's an important variable you haven't accounted for in your model. With the given sample size (n=15 per group), this violation is particularly problematic because ANOVA's robustness to non-normality decreases significantly with smaller samples. The Central Limit Theorem provides less protection here, making the F-test results unreliable.
Option B incorrectly focuses on the Levene's test result. While it's good that variances are homogeneous, this doesn't override the normality violation. Option C reflects a common misconception—equal sample sizes help with robustness against variance inequality, but they don't protect against normality violations. Option D misidentifies the assumption being violated; while bimodal residuals might sometimes hint at dependence issues, they more directly indicate non-normality.
Study tip: Remember that ANOVA assumptions work together, not independently. Always check residual plots even when other tests (like Levene's) look fine. With smaller sample sizes, be especially cautious about normality violations—the "robustness" of ANOVA decreases as sample sizes get smaller.
Question 18
An experiment is conducted to compare the effectiveness of two new fertilizers (A and B) against a control. The fertilizers are applied to different plots of land, and crop yield is measured. The design is balanced with 30 plots per group. All assumptions of ANOVA are met, and the resulting F-test has a p-value of 0.35.
What is the correct interpretation of this outcome?
- The assumption of homoscedasticity must have been violated, as a significant difference was expected.
- The three groups have statistically identical mean crop yields.
- There is insufficient evidence to conclude that a difference exists in mean crop yield among the three groups. (correct answer)
- Meeting the ANOVA assumptions guarantees that the F-test will detect any true difference in means.
Explanation: A non-significant p-value (0.35 > 0.05) means we fail to reject the null hypothesis. The correct interpretation is that there is not enough statistical evidence to conclude that the population means are different. It does not prove that the means are identical (a common misinterpretation of failing to reject H0). Meeting the assumptions ensures the test is valid, but it does not guarantee a significant result, as there may truly be no difference or the study may lack sufficient power to detect one.
Question 19
A consultant compares employee engagement scores at four companies. The sample sizes and standard deviations (SD) are: Company A (n=100, SD=15), Company B (n=110, SD=14), Company C (n=20, SD=35), Company D (n=25, SD=32). A Levene's test is significant (p < 0.01).
Given this information, which action is most warranted before drawing conclusions about the mean engagement scores?
- Proceed with the standard ANOVA because the total sample size is large and the test is robust.
- Collapse Companies A and B into one group and C and D into another to equalize variances.
- Perform a Welch's ANOVA, which is designed for situations with unequal variances. (correct answer)
- Conclude that no significant difference exists because the assumption violation invalidates any potential finding.
Explanation: The scenario presents a clear violation of the homoscedasticity assumption (significant Levene's test) combined with unequal sample sizes. Furthermore, the groups with smaller sample sizes (C and D) have much larger variances, a combination known to make the standard F-test liberal (prone to Type I errors). The most appropriate statistical tool for this situation is Welch's ANOVA, which adjusts the degrees of freedom to account for the unequal variances and provides a more reliable test of the means.
Question 20
An analyst is comparing the return on investment (ROI) for projects from three different divisions. The ROI data is highly right-skewed with several high-value outliers. A standard ANOVA on this data violates the normality assumption.
Which of the following is the most likely pattern to be observed in a plot of residuals versus fitted values for this ANOVA?
- A random horizontal band of points with no clear pattern.
- A curved (parabolic) pattern, indicating a non-linear relationship.
- A fan or funnel shape, with the spread of residuals increasing as the fitted values increase. (correct answer)
- A pattern where residuals are consistently positive for all fitted values.
Explanation: Right-skewed data, especially in fields like finance (e.g., ROI, income), often exhibits heteroscedasticity where the variance increases with the mean. In a residuals vs. fitted values plot, this translates to the vertical spread of the residuals being smaller for smaller fitted values (lower predicted means) and larger for larger fitted values (higher predicted means). This creates a distinct funnel or fan shape, indicating a violation of the homogeneity of variance assumption, which often accompanies the violation of normality in skewed data.