Learn R Programming

bdots (version 2.0.0)

permTest: Permutation testing for bboot

Description

Provides alternative for controlling FWER

Usage

permTest(x, prs, alpha, P, cores = detectCores() - 1L, pAddVar = TRUE)

Arguments

x

this is splitGroups (each item of list bdotsObj)

prs

from parser, indicates inner/outer groups

alpha

alpha for fwer

P

number of permutations

cores

Number of cores to use

pAddVar

sample from distribution when doing perm test?