Practicing Statistics Interview Questions in R
Zuzanna Chmielewska
Actuary
$$ H_0: \mu_1 = \mu_2 = ... = \mu_n$$
$$ H_1: \exists_{(i,j)} \mu_i \ne \mu_j $$
$$H_0: \mu_1 = \mu_2 = \mu_3 $$
Two-sample t-test: $$ H_0: \mu_1 = \mu_2 $$
$$ H_0: \mu_1 = \mu_2 = ... = \mu_n$$
oneway.test(value ~ group, data, var.equal = TRUE)
oneway.test()
in RPracticing Statistics Interview Questions in R