Learn R Programming

hiddenf (version 2.0)

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

Description

Summarize the results of the ACMIF test for nonadditivity

Usage

"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

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

Run this code
data(Boik.mtx)
Boik.out <- HiddenF(Boik.mtx)
Boik.summary <- summary(Boik.out)

Run the code above in your browser using DataLab