p.adjust.resamp: Adjust p-values using resampling

View source: R/p.adjust.resample.R

p.adjust.resampR Documentation

Adjust p-values using resampling

Description

Wrapper around 'p.adjust', for simple use will do the same.

Usage

p.adjust.resamp(p, method = "BH", n.samples = 100)

Arguments

p

numeric vector of p-values

method

correction method, a character string. Can be abbreviated. see 'p.adjust.methods'

n.samples

Integer. How many times should p-values be resampled

Value

A numeric vector of corrected p-values (of the same length as p, with names copied from p).


thomazbastiaanssen/Tjazi documentation built on Aug. 22, 2023, 1:30 a.m.