corrMatrix.test: Test difference between two correlation matricies

View source: R/run_sled.R

corrMatrix.testR Documentation

Test difference between two correlation matricies

Description

Test difference between two correlation matricies using one of 5 tests

Usage

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")
)

Arguments

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"


GabrielHoffman/decorate documentation built on May 23, 2023, 1:29 a.m.