One-way ANOVA

Test if the means of three or more sampled populations are the same or not. H012=...=μk    HA: at least one has a different mean.
Assumptions: data is normal (but robust unless highly skewed); samples independent; variances equal (but robust to deviation if sample sizes ~equal), populations are categorized in one way/factor/treatment.
"Based on two differnet estimates of a common population variance."
Test independence of a categorical and a numeric variable?
ANOVA on two samples is same as Pooled 2-Samp T-test.

Type or paste the samples' data, row by row:

Samples' statistics:

#samples k:     Total # of data N=∑ni:     Grand mean X̿:

SS(T) [SSB]= ∑ni(x̄i-X̄)2 :    dfB =k-1:    MSB [BGMS] =SSB/dfB: separation among the samples
SS(E) [SSW]=∑∑ni(xij-x̄i)2:    dfW =N-k: MSW [WGMS]=SSW/dfW: scatter within each sample
                                                                      df(Total)=

F =MSB/MSW: ratio of variance between samples and variance within samples (i.e. the two estimates of σ2)
Critical value: Numerator DF (k-1=dfB) is column, Denominator DF (k(n-1)=N-k=dfW) is row in 0.05 F table.
Critical value: α=0.05: If < F, reject H0.

p_value:

If separation between the samples ("signal") is large relative to the scatter ("noise") within the samples, F is large and it's likely that at least one of the samples came from a population different than the others. But how many and which ones?


row-by-row  small:   midsize:  large:  SUV: 
253 143 124 301 422 324 258 271 467 298 315 304
 117 121 204 195 186 178 157 203 132 212 229 235
 249 90 178 114 183 87 180 103 154 129 266 338 
121 112 261 145 198 193 193 111 276 156 213 143


skulls
131 138 125 129 132 135 132 134 138
129 134 136 137 137 129 136 138 134
128 138 136 139 141 142 137 145 137

Data Set A
7 3 6 6
6 5 5 8
4 7 6 7

Data Set B
17 13 16 16
6 5 5 8
4 7 6 7

Exercise 1
29 31 35 33 26 32 21 26 25 34 26 34
32 28 26 23 25 26 19 29 26 20 22 22
27 32 39 27 31 26 34 30 34 26 24 31
24 31 31 25 30 39 22 33 34 35 29 26

Clancy-Rowling-Tolstoy 
58.2 73.4 73.1 64.4 72.7 89.2 43.9 76.3 76.4 78.9 69.4 72.9
85.3 84.3 79.5 82.5 80.2 84.6 79.2 70.9 78.6 86.2 74.0 83.7
69.4 64.2 71.4 71.6 68.5 51.9 72.2 74.4 52.8 58.4 65.4 73.6

chars/word
4.8 4.5 4.6 4.5 4.0 4.0 4.6 4.5 4.4 4.4 4.3 4.3
4.1 4.2 4.2 4.4 4.3 4.2 4.5 4.5 4.3 4.0 4.4 4.3
4.3 4.5 4.5 4.5 4.5 4.8 4.3 4.2 4.7 4.3 4.4 4.5