MandelPvalue: Mandel's rows-linear test for non-additivity

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

Description

Computes the p-value from Mandel's rows-linear test for non-additivity. (The columns-linear test may be conducted by first transposing the input matrix argument.)

Usage

1
MandelPvalue(hfobj)

Arguments

hfobj

An object of class HiddenF created by the HiddenF function

Value

A p-value from a test of the hypothesis of additivity, along with component sums of squares used to compute p-value.

Author(s)

Jason A. Osborne and Christopher T. Franck and Bongseog Choi

References

Mandel J. (1961) Non-Additivity in Two-Way Analysis of Variance, Journal of the American Statistical Association, 56:878-888.

See Also

HiddenF, additivityPvalues

Examples

1
2
3
4
5
6
7
## Not run: 
library(hiddenf)
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
kksa.pvalue <- KKSAPvalue(cjejuni.out)

## End(Not run)

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