runFastStat | R Documentation |
Test difference in correlation using closed form tests
runFastStat(
itObj,
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")
)
itObj |
iterator |
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" |
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.