I have data for three unequal groups: $N = 44$, $N = 354$ and $N = 347$. Is it possible to compare all three groups running a one-way ANOVA or is the first group too small?
Asked
Active
Viewed 1,911 times
10
-
3This is the same issue as a t-test with different sample sizes (see my answer here: [How should one interpret the comparison of means from different sample sizes](http://stats.stackexchange.com/a/31330/7290)). I suspect your biggest difficulty may be that your income data are very unlikely to be sufficiently normal. – gung - Reinstate Monica Nov 06 '14 at 20:26
1 Answers
8
The unevenness of sample size of itself is not an issue when the assumptions are satisfied. The test is still completely valid.
However, it does reduce level-robustness to heteroskedasticity substantially - if the sample sizes are equal (or very close to it) then the test is robust to heteroskedasticity (at least, in that the level isn't much affected). With very different sample sizes, the Welch adjustment to degrees of freedom is a safer choice.
If you have the ability to choose the sample sizes, power is better when the sample sizes are equal or nearly equal. See gung's answer here for details on this issue.

Glen_b
- 257,508
- 32
- 553
- 939