In: Statistics and Probability
| Noise | Car | Filter |
| 810.00 | 1.00 | 1.00 |
| 820.00 | 1.00 | 1.00 |
| 820.00 | 1.00 | 1.00 |
| 840.00 | 2.00 | 1.00 |
| 840.00 | 2.00 | 1.00 |
| 845.00 | 2.00 | 1.00 |
| 785.00 | 3.00 | 1.00 |
| 790.00 | 3.00 | 1.00 |
| 785.00 | 3.00 | 1.00 |
| 835.00 | 1.00 | 1.00 |
| 835.00 | 1.00 | 1.00 |
| 835.00 | 1.00 | 1.00 |
| 845.00 | 2.00 | 1.00 |
| 855.00 | 2.00 | 1.00 |
| 850.00 | 2.00 | 1.00 |
| 760.00 | 3.00 | 1.00 |
| 760.00 | 3.00 | 1.00 |
| 770.00 | 3.00 | 1.00 |
| 820.00 | 1.00 | 2.00 |
| 820.00 | 1.00 | 2.00 |
| 820.00 | 1.00 | 2.00 |
| 820.00 | 2.00 | 2.00 |
| 820.00 | 2.00 | 2.00 |
| 825.00 | 2.00 | 2.00 |
| 775.00 | 3.00 | 2.00 |
| 775.00 | 3.00 | 2.00 |
| 775.00 | 3.00 | 2.00 |
| 825.00 | 1.00 | 2.00 |
| 825.00 | 1.00 | 2.00 |
| 825.00 | 1.00 | 2.00 |
| 815.00 | 2.00 | 2.00 |
| 825.00 | 2.00 | 2.00 |
| 825.00 | 2.00 | 2.00 |
| 770.00 | 3.00 | 2.00 |
| 760.00 | 3.00 | 2.00 |
| 765.00 | 3.00 | 2.00 |
| Car | N | Mean |
| 2 | 12 | 833.750 |
| 1 | 12 | 824.167 |
| 3 | 12 | 772.500 |
| Filter | N | Mean |
| 1 | 18 | 815.556 |
| 2 | 18 | 804.722 |
Since the third means is different, we can say that the means are not statistically equal.
The hypothesis being tested is:
H0: There is no main effect of Car
Ha: There is a main effect of Car
The hypothesis being tested is:
H0: There is no main effect of Filter
Ha: There is a main effect of Filter
The hypothesis being tested is:
H0: There is no interaction effect
Ha: There is an interaction effect
Analysis of Variance
| Source | DF | Adj SS | Adj MS | F-Value | P-Value |
| Car | 2 | 26051.4 | 13025.7 | 199.12 | 0.000 |
| Filter | 1 | 1056.3 | 1056.3 | 16.15 | 0.000 |
| Car*Filter | 2 | 804.2 | 402.1 | 6.15 | 0.006 |
| Error | 30 | 1962.5 | 65.4 | ||
| Total | 35 | 29874.3 |

There is a main effect of Car. (p < .05)
There is a main effect of Filter. (p < .05)
There is an interaction effect. (p < .05)
All the assumptions hold.

The results are similar to the Two-Way ANOVA.