corrMatrix.test | R Documentation |
Test difference between two correlation matricies using one of 5 tests
corrMatrix.test(
Y,
group,
method = c("Box", "Box.permute", "Steiger.fisher", "Steiger", "Jennrich", "Factor",
"Mann.Whitney", "Kruskal.Wallis", "Cai.max", "Chang.maxBoot", "LC.U", "WL.randProj",
"Schott.Frob", "Delaneau", "deltaSLE"),
method.corr = c("pearson", "kendall", "spearman")
)
Y |
data matrix |
group |
a factor defining groups |
method |
Specify test: "Box", "Box.permute", "Steiger.fisher", "Steiger", "Jennrich", "Factor", "Mann.Whitney" "Kruskal.Wallis", "Cai.max", "Chang.maxBoot", "LC.U", "WL.randProj", "Schott.Frob", "Delaneau", "deltaSLE" |
method.corr |
Specify type of correlation: "pearson", "kendall", "spearman" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.