TukeyPvalue {hiddenf} | R Documentation |
Tukey's single degree of freedom test for nonadditivity
Description
Reports the p-value from Tukey's single degree of freedom test for non-additivity
Usage
TukeyPvalue(hfobj)
Arguments
hfobj |
An object of class |
Value
A list with two components: (1) a numeric p-value from Tukey's single degree of freedom test of the hypothesis of additivity and (2) an object of class ‘lm’ corresponding to the linear model additive in row and column effects.
Author(s)
Jason A. Osborne, Christopher T. Franck and Bongseog Choi
References
Tukey, JW (1949). One Degree of Freedom for Non-Additivity. Biometrics, 5:232-242.
See Also
additivityPvalues
Examples
library(hiddenf)
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
tukey.pvalue <- TukeyPvalue(cjejuni.out)
[Package hiddenf version 2.0 Index]