Sarkari RiseLogin

Analysis of Variance Questions for SSC CGL

Free, AI-curated practice for the Analysis of Variance section of SSC CGL. We have 16+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — SSC CGL mockAll SSC CGL resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
ANOVA is a statistical technique to test whether means of 3+ groups are significantly different. In SSC CGL Tier II, ANOVA appears in Statistics paper (2-3 marks) as conceptual questions on F-test, assumptions, and interpretation of variance tables. High-frequency topics: one-way ANOVA, F-statistic calculation, null hypothesis, and reading ANOVA tables. Aspirants must know when to use ANOVA vs t-test and how to interpret F-values.

What is ANOVA and Why It Matters

ANOVA (Analysis of Variance) is a method to compare means across 3 or more independent groups. Instead of running multiple t-tests (which increases error), ANOVA tests all groups simultaneously using one F-test. The core idea: if group means are truly equal, the variance between groups should be similar to variance within groups. If between-group variance is much larger, groups likely differ. SSC CGL tests your understanding of when to apply ANOVA and how to interpret results.

  • Use ANOVA when comparing 3+ group means; t-test only for 2 groups
  • ANOVA partitions total variance into between-group and within-group components
  • Null hypothesis: all group means are equal (H0: μ1 = μ2 = μ3 = ...)
  • Alternative hypothesis: at least one group mean differs
  • Result is an F-statistic; larger F suggests groups differ significantly
  • Assumes groups are independent, normally distributed, and have equal variances

One-Way ANOVA: Structure and Calculation

One-way ANOVA tests the effect of one independent variable (factor) on a dependent variable. The analysis partitions total sum of squares (SST) into sum of squares between groups (SSB) and sum of squares within groups (SSW). Mean squares are calculated by dividing each sum of squares by its degrees of freedom. The F-statistic is the ratio of mean square between to mean square within. In SSC exams, you may be given raw data or an ANOVA table and asked to calculate missing values or interpret the F-statistic.

  • SST (Total Sum of Squares) = SSB + SSW
  • SSB measures variation between group means; SSW measures variation within groups
  • Degrees of freedom: dfB = k-1 (k = number of groups), dfW = N-k (N = total observations)
  • Mean Square Between (MSB) = SSB / dfB; Mean Square Within (MSW) = SSW / dfW
  • F-statistic = MSB / MSW; higher F indicates stronger evidence against null hypothesis
  • Compare F-calculated with F-critical from tables at given significance level
Key formulas
Sum of Squares Between Groups
SSB = Σ(ni * (Xi_bar - X_grand)^2)
When: Calculate variation of each group mean from overall mean, weighted by group size
Sum of Squares Within Groups
SSW = Σ Σ(Xij - Xi_bar)^2
When: Calculate variation of each observation from its group mean
F-Statistic
F = MSB / MSW = (SSB / dfB) / (SSW / dfW)
When: Test statistic to determine if group means differ significantly
Worked examples

Example: Three training methods tested on 30 employees (10 per method). SSB = 120, SSW = 240, dfB = 2, dfW = 27. MSB = 120/2 = 60, MSW = 240/27 = 8.89, F = 60/8.89 = 6.75. If F-critical at 0.05 level is 3.35, reject null hypothesis — training methods differ significantly.

Example: ANOVA table given with SSB = 50, SSW = 100, dfB = 3, dfW = 36. Find F-statistic. MSB = 50/3 = 16.67, MSW = 100/36 = 2.78, F = 16.67/2.78 = 5.99. Interpret: strong evidence groups differ if F-critical < 5.99.

ANOVA Assumptions and When to Use

ANOVA relies on three key assumptions: independence of observations, normality of residuals within each group, and homogeneity of variance (equal variances across groups). Violations can affect validity. SSC questions test whether you know these assumptions and can identify when ANOVA is appropriate. Remember: ANOVA is robust to mild violations of normality if sample sizes are large, but homogeneity of variance is more critical.

  • Independence: observations within and across groups must be independent
  • Normality: data in each group should be approximately normally distributed
  • Homogeneity of Variance: variances should be roughly equal across all groups (test with Levene's test)
  • Use ANOVA for 3+ groups; use t-test for exactly 2 groups
  • ANOVA is parametric; use Kruskal-Wallis (non-parametric alternative) if normality assumption violated
  • If assumptions violated, results may be unreliable; always check before interpreting F-statistic

Interpreting ANOVA Results and F-Distribution

The F-statistic follows an F-distribution with dfB and dfW degrees of freedom. You compare the calculated F-value against a critical F-value from statistical tables at a chosen significance level (usually 0.05). If F-calculated > F-critical, reject the null hypothesis and conclude at least one group mean differs. SSC exams often ask you to read F-tables or interpret given F-values. Remember: F is always positive; it's a ratio of variances.

  • F-distribution is right-skewed; critical region is in the right tail
  • p-value: probability of observing F-statistic if null hypothesis true; reject if p < 0.05
  • If F-calculated < F-critical, fail to reject null hypothesis — no significant difference
  • Larger F suggests stronger evidence that group means differ
  • F = 1 means between-group variance equals within-group variance (no group effect)
  • Post-hoc tests (Tukey, Scheffe) identify which specific groups differ after ANOVA rejects null

Reading and Completing ANOVA Tables

SSC CGL frequently presents incomplete ANOVA tables and asks you to fill missing values or calculate F-statistic. A standard ANOVA table has columns for Source of Variation, Sum of Squares, Degrees of Freedom, Mean Square, and F-statistic. You must know the relationships: SST = SSB + SSW, dfT = dfB + dfW, MS = SS/df, and F = MSB/MSW. Practice completing tables quickly — this is a common exam pattern.

  • ANOVA table format: Source | SS | df | MS | F
  • Total df = N - 1 (N = total observations)
  • Between df = k - 1 (k = number of groups)
  • Within df = N - k
  • Always verify: SSB + SSW = SST and dfB + dfW = dfT
  • If one value missing, use relationships to calculate it; then find F-statistic
Worked examples

Incomplete table: Between SS = 80, Within SS = 120, dfB = 2, dfW = 27. Find MSB, MSW, F. SST = 200, dfT = 29. MSB = 80/2 = 40, MSW = 120/27 = 4.44, F = 40/4.44 = 9.01.

Given: SST = 500, SSB = 150, dfB = 3, dfW = 36. Find SSW, MSB, MSW, F. SSW = 500 - 150 = 350, MSB = 150/3 = 50, MSW = 350/36 = 9.72, F = 50/9.72 = 5.14.

⚠ Common mistakes to avoid
  • Confusing SSB with SSW: SSB is between-group variance (numerator), SSW is within-group variance (denominator). Larger SSB relative to SSW increases F.
  • Using ANOVA for 2 groups: SSC tests whether you know t-test is appropriate for 2 groups, not ANOVA. ANOVA is for 3+ groups.
  • Forgetting degrees of freedom in mean square calculation: MS = SS/df, not just SS. Many aspirants skip the division step and get F-statistic wrong.
  • Misinterpreting F-value: F > 1 does not automatically mean reject null hypothesis. You must compare F-calculated with F-critical from tables at the given significance level.
  • Assuming equal sample sizes: ANOVA works with unequal group sizes. The formula uses ni (size of group i), not assuming all groups are equal. Mishandling this leads to wrong SSB.
  • Ignoring assumptions: Aspirants calculate F-statistic correctly but ignore whether data violates normality or homogeneity assumptions, leading to unreliable conclusions.
🧠 Memory aids
  • F = Between / Within: Think of F as a ratio. Numerator is between-group variation (signal), denominator is within-group variation (noise). Higher F = clearer signal that groups differ.
  • SST = SSB + SSW: Total variance splits into two parts — between and within. Like a pie chart: total pie = between slice + within slice.
  • ANOVA vs t-test: 3+ groups → ANOVA; 2 groups → t-test. Mnemonic: 'Three or more, use ANOVA for sure.'
  • dfT = dfB + dfW: Degrees of freedom also partition. Total df = (k-1) + (N-k) = N-1. The k cancels out.
  • F-critical from tables: Always check significance level (0.05 or 0.01) and both numerator df (dfB) and denominator df (dfW) when reading F-tables.
🎯 SSC CGL exam tips
  • SSC CGL Tier II Statistics paper (2024-2023 pattern): ANOVA appears as 1-2 questions, usually 2 marks each. Expect either a calculation question (complete ANOVA table, find F-statistic) or a conceptual question (when to use ANOVA, interpret results).
  • Table-reading is high-frequency: Aspirants must quickly fill missing values in ANOVA tables. Practice with incomplete tables where SSB, SSW, or df values are missing. Time yourself — you should complete a table in under 2 minutes.
  • F-critical lookup: Always have F-tables memorized for common df combinations (dfB = 2, 3, 4 and dfW = 20-40) at 0.05 and 0.01 levels. SSC may not provide tables; knowing key values speeds up comparison.
  • Conceptual traps: Recent papers test whether you distinguish ANOVA from t-test, understand null hypothesis, and know assumptions. A question might ask 'Which assumption is most critical?' Answer: homogeneity of variance.
  • Post-hoc tests rarely tested: SSC focuses on ANOVA calculation and interpretation, not Tukey or Scheffe tests. However, know that post-hoc tests identify which pairs of groups differ after ANOVA rejects null hypothesis.

Sample questions

Q1 · hard · AI-verified
In a one-way ANOVA, the Sum of Squares Between (SSB) = 120, Sum of Squares Within (SSW) = 180, with k = 4 groups and N = 24 total observations. What is the calculated F-statistic?
  1. 3.00
  2. 4.44
  3. 6.67
  4. 2.22
Q2 · hard · AI-verified
In a two-way ANOVA without replication, there are 3 rows and 4 columns. The degrees of freedom for the Error (Residual) term is:
  1. 11
  2. 6
  3. 8
  4. 3
Q3 · hard · AI-verified
A one-way ANOVA is performed with 4 groups, each having 6 observations (N = 24). The Sum of Squares Between Groups (SSB) = 120 and Sum of Squares Within Groups (SSW) = 210. What is the calculated F-statistic?
  1. 3.81
  2. 2.67
  3. 4.00
  4. 5.71
Q4 · hard · AI-verified
In a two-way ANOVA, a researcher studies the effect of 3 teaching methods and 4 school types on student scores. If there are 2 observations per cell, what are the degrees of freedom for the interaction effect?
  1. 3
  2. 24
  3. 12
  4. 6
Q5 · medium · AI-verified
In a one-way ANOVA with 4 groups and a total of 20 observations, what are the degrees of freedom for the 'Between Groups' (treatment) and 'Within Groups' (error) respectively?
  1. 4 and 15
  2. 4 and 16
  3. 3 and 17
  4. 3 and 16
💡 Want answers + explanations + 11+ more Analysis of Variance questions? Sign up free →
⭐ Recommended for SSC CGL aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More SSC CGL topics

One Word Substitution
277+ practice questions
Idioms and Phrases
264+ practice questions
Fill in the Blanks
252+ practice questions
Spotting Errors
229+ practice questions
Antonyms
228+ practice questions
Synonyms
215+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q