permTTest: Permutation t-test

View source: R/permutTTest.R

permTTestR Documentation

Permutation t-test

Description

Permutation t-test (Welch) Might crash with a C stack overflow, if this happens, increase the size with ulimit -s 65535 Be careful with reported p-values of 0 in a p-value adjustment setting (see Phipson & Smyth, 2010)

Usage

permTTest(data, grp, B = 10000)

Arguments

data

data

grp

grouping, exactly two levels required

B

Number of permutations


mknoll/dataAnalysisMisc documentation built on Feb. 4, 2024, 8:16 a.m.