mwlsr.p.adjust: mwlsr.p.adjust

Description Usage Arguments Value

Description

Performs multi-contrast within model p-value adjustment. This adjustment is performed at each p-value and is based on the number of contrasts being tested in the model.

Usage

1
2
mwlsr.p.adjust(p, n.comps = NA, n.levels = NA, n.samples = NA,
  method = c("sidak", "scheffe", "bonferroni"))

Arguments

p

Vector of p-values

n.comps

Number of contrasts being tested within the model. Defaults to the total number of possible pairwise contrasts (probably excessive)

n.levels

Number of levels in the factor design (or columns of the design matrix.

n.samples

Required for "scheffe" method.

method

Adjustment method. Sidak is the default.

Value

Adjusted p-values


PfaffLab/mwlsr documentation built on May 12, 2019, 5:22 p.m.