summary.HiddenF: Summary function for the class "HiddenF"

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

Description

Summarize the results of the ACMIF test for nonadditivity

Usage

1
2
## S3 method for class 'HiddenF'
summary(object, method="HiddenF",...)

Arguments

object

An object of class "HiddenF"

method

the method to be used; if "ACMIF", the configuration with maximal hidden additivity is printed along with the mean response for each column after grouping rows according to this maximal configuration. No summary generated for other methods

...

other arguments

Value

group1

Vector of levels of row factor in group 1

group2

Vector of levels of row factor in group 2

grp1means

Vector of column means among rows in group 1

grp2means

Vector of column means among rows in group 1

Author(s)

Christopher T. Franck and Jason A. Osborne

References

Franck CT, Nielsen, DM and Osborne, JA. (2013) A Method for Detecting Hidden Additivity in two-factor Unreplicated Experiments, Computational Statistics and Data Analysis, 67:95-104.

See Also

HiddenF

Examples

1
2
3
data(Boik.mtx)
Boik.out <- HiddenF(Boik.mtx)
Boik.summary <- summary(Boik.out)

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