Description Usage Arguments Value Author(s) References See Also Examples
Fits linear model to ymtx, a matrix of responses of dimension r-by-c. Constructs all possible configurations of rows into two non-empty groups, then, for each configuration, fits full factorial effects models with three factors for group, group-by-column, row and row nested within column. The maximum F-ratio for group-by-column interaction is reported along with Bonferroni-adjusted p-value.
1 | HiddenF(ymtx)
|
ymtx |
A matrix of responses, with rows corresponding to levels of one factor, and columns the levels of a second factor |
List-object of class ‘HiddenF’ with components
adjpvalue |
(Bonferroni-adjusted) pvalue from configuration with maximal hidden additivity |
config.vector |
Vector of group indicators for configuration with maximal hidden additivity |
tall |
A list with components y, row, col |
cc |
Number of possible configurations |
Jason A. Osborne jaosborn@ncsu.edu, Christopher T. Franck and Bongseog Choi
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.
1 2 3 4 | library(hiddenf)
data(cjejuni.mtx)
cjejuni.out <- HiddenF(cjejuni.mtx)
summary(cjejuni.out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.