TukeyPvalue: Tukey's single degree of freedom test for nonadditivity

Description Usage Arguments Value Author(s) References See Also Examples

Description

Reports the p-value from Tukey's single degree of freedom test for non-additivity

Usage

1
TukeyPvalue(hfobj)

Arguments

hfobj

An object of class hiddenf created by the hiddenf function

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

1
2
3
4
library(hiddenf)
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
tukey.pvalue <- TukeyPvalue(cjejuni.out)

Example output



hiddenf documentation built on May 2, 2019, 2:47 p.m.