runFastStat: Test difference in correlation using closed form tests

View source: R/run_sled.R

runFastStatR Documentation

Test difference in correlation using closed form tests

Description

Test difference in correlation using closed form tests

Usage

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

Arguments

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"


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