Tukey-Kramer method

From Wikipedia, the free encyclopedia

The Tukey method, named for John Tukey, is a single-step multiple comparison procedure which applies simultaneously to the set of all pairwise comparisons

μi − μj

The confidence coefficient for the set, when all sample sizes are equal, is exactly 1 − α. For unequal sample sizes, the confidence coefficient is greater than 1 − α. In other words, the Tukey method is conservative when there are unequal sample sizes.

Contents

[edit] Studentized range distribution

The Tukey method uses the studentized range distribution. Suppose we have r independent observations y1, ..., yr from a normal distribution with mean μ and variance σ2. Let w be the range for this set; i.e., the maximum minus the minimum. Now suppose that we have an estimate s2 of the variance σ2 which is based on ν degrees of freedom and is independent of the yi (i = 1,...,r). The studentized range is defined as

q_{r,\nu} = w/s.\,

The distribution of q has been tabulated and appears in many textbooks on statistics. In addition, R offers a cumulative distribution function (ptukey) and a quantile function (qtukey) for q.

[edit] Tukey's method

Main article: Tukey's test

The Tukey confidence limits for all pairwise comparisons with confidence coefficient of at least 1 − α are

\bar{y}_{i\bullet}-\bar{y}_{j\bullet} \pm \frac{q_{\alpha;r;N-r}}{\sqrt{2}}\widehat{\sigma}_\varepsilon \sqrt{\frac{2}{n}} \qquad i,j=1,\ldots,r\quad i\neq j.

Notice that the point estimator and the estimated variance are the same as those for a single pairwise comparison. The only difference between the confidence limits for simultaneous comparisons and those for a single comparison is the multiple of the estimated standard deviation.

Also note that the sample sizes must be equal when using the studentized range approach.

[edit] Unequal sample sizes

It is possible to work with unequal sample sizes. In this case, one has to calculate the estimated standard deviation for each pairwise comparison as formalized by Clyde Kramer in 1956, so the procedure for unequal sample sizes is sometimes referred to as the Tukey-Kramer method.

[edit] Comparison with Scheffé's method

If only pairwise comparisons are to be made, the Tukey-Kramer method will result in a narrower confidence limit, which is preferable. In the general case when many or all contrasts might be of interest, Scheffé's method tends to give narrower confidence limits and is therefore the preferred method.

[edit] References

This article incorporates text from a public domain publication of the National Institute of Standards and Technology, a U.S. government agency.