my-server
← Wiki

Tukey's test of additivity

In statistics, Tukey's test of additivity, named for John Tukey, is an approach used in two-way ANOVA (regression analysis involving two qualitative factors) to assess whether the factor variables (categorical variables) are additively related to the expected value of the response variable. It can be applied when there are no replicated values in the data set, a situation in which it is impossible to directly estimate a fully general non-additive regression structure and still have information left to estimate the error variance. The test statistic proposed by Tukey has one degree of freedom under the null hypothesis, hence this is often called "Tukey's one-degree-of-freedom test."

Introduction

The most common setting for Tukey's test of additivity is a two-way factorial analysis of variance (ANOVA) with one observation per cell. The response variable Y<sub>ij</sub> is observed in a table of cells with the rows indexed by i&nbsp;=&nbsp;1,...,&nbsp;m and the columns indexed by j&nbsp;=&nbsp;1,...,&nbsp;n. The rows and columns typically correspond to various types and levels of treatment that are applied in combination.

The additive model states that the expected response can be expressed EY<sub>ij</sub>&nbsp;=&nbsp;μ&nbsp;+&nbsp;α<sub>i</sub>&nbsp;+&nbsp;β<sub>j</sub>, where the α<sub>i</sub> and β<sub>j</sub> are unknown constant values. The unknown model parameters are usually estimated as

where <span style="text-decoration: overline;">Y</span><sub>i•</sub> is the mean of the i<sup>th</sup> row of the data table, <span style="text-decoration: overline;">Y</span><sub>•j</sub> is the mean of the j<sup>th</sup> column of the data table, and <span style="text-decoration: overline;">Y</span><sub>••</sub> is the overall mean of the data table.

The additive model can be generalized to allow for arbitrary interaction effects by setting EY<sub>ij</sub>&nbsp;=&nbsp;μ&nbsp;+&nbsp;α<sub>i</sub>&nbsp;+&nbsp;β<sub>j</sub>&nbsp;+&nbsp;γ<sub>ij</sub>. However, after fitting the natural estimator of γ<sub>ij</sub>,

the fitted values

fit the data exactly. Thus there are no remaining degrees of freedom to estimate the variance σ<sup>2</sup>, and no hypothesis tests about the γ<sub>ij</sub> can performed.

Tukey therefore proposed a more constrained interaction model of the form

By testing the null hypothesis that λ&nbsp;=&nbsp;0, we are able to detect some departures from additivity based only on the single parameter λ.

Method

To carry out Tukey's test, set

Then use the following test statistic

Under the null hypothesis, the test statistic has an F distribution with 1,&nbsp;q degrees of freedom, where q&nbsp;=&nbsp;mn&nbsp;&minus;&nbsp;(m&nbsp;+&nbsp;n) is the degrees of freedom for estimating the error variance.

See also

*Tukey's range test for multiple comparisons

References