Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

What are the assumptions of the Games-Howell multiple comparisons procedure? Please back up any answers with references.

share|improve this question

1 Answer

up vote 1 down vote accepted

Very few, except for the usual assumption of i.i.d. sample (which is common to almost any statistical test) and that it makes sense to compute arithmetic mean. (i.e. it is not ordered or nominal variable). This goes almost without saying, but you will find it at least implicitly in any statistical book mentioning the test.

This test has been shown by the author (Games, P. A., Keselman, H. J., & Clinch, J. J. Tests for homogeneity of variance in factorial designs. Psychological Bulletin, 86, 978-984) to be valid for non uniform sample size (as long as N in each group > 5), and heterogenous variance. All the facts cited here you can find in this article.

  1. Normality: Since it is based on studentized range statistics, the normality of sample if N > 20 is irrelevant. The author says in the article that "Prior studies of the robustness of the t statistic suggest non-normality is not a problem".
  2. Groups don't need to have the same sizes.
  3. In each group should be at least 6 observations.
  4. No assumption of homogenity of variance.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.