summary.HiddenF {hiddenf} | R Documentation |
Summary function for the class "HiddenF"
Description
Summarize the results of the ACMIF test for nonadditivity
Usage
## 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
data(Boik.mtx)
Boik.out <- HiddenF(Boik.mtx)
Boik.summary <- summary(Boik.out)
[Package hiddenf version 2.0 Index]