ANOVA

Practicing Statistics Interview Questions in R

Zuzanna Chmielewska

Actuary

ANalysis Of VAriance

Practicing Statistics Interview Questions in R

Hypotheses

$$ H_0: \mu_1 = \mu_2 = ... = \mu_n$$

$$ H_1: \exists_{(i,j)} \mu_i \ne \mu_j $$

Practicing Statistics Interview Questions in R

Hypotheses

schools

$$H_0: \mu_1 = \mu_2 = \mu_3 $$

Practicing Statistics Interview Questions in R

Hypotheses

Two-sample t-test: $$ H_0: \mu_1 = \mu_2 $$

Practicing Statistics Interview Questions in R

Hypotheses

$$ H_0: \mu_1 = \mu_2 = ... = \mu_n$$

Practicing Statistics Interview Questions in R

type I and type II errors

Practicing Statistics Interview Questions in R

type I and type II errors

Practicing Statistics Interview Questions in R

type I and type II errors

Practicing Statistics Interview Questions in R

type I and type II errors

Practicing Statistics Interview Questions in R

Why not multiple t-tests?

mutliple t-tests vs ANOVA

Practicing Statistics Interview Questions in R

Why not multiple t-tests?

mutliple t-tests vs ANOVA

Practicing Statistics Interview Questions in R

Why not multiple t-tests?

mutliple t-tests vs ANOVA

Practicing Statistics Interview Questions in R

Why not multiple t-tests?

mutliple t-tests vs ANOVA

Practicing Statistics Interview Questions in R

Why not multiple t-tests?

mutliple t-tests vs ANOVA

Practicing Statistics Interview Questions in R

Assumptions

  • independence of cases
  • normal distributions
  • homogeneity of variances
Practicing Statistics Interview Questions in R

ANOVA in R

oneway.test(value ~ group, data, var.equal = TRUE)
Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Box plot

a box plot

Practicing Statistics Interview Questions in R

Summary

  • hypotheses of ANOVA
  • type I and II errors
  • assumptions of ANOVA
  • oneway.test() in R
  • box plot
Practicing Statistics Interview Questions in R

Let's practice!

Practicing Statistics Interview Questions in R

Preparing Video For Download...