print.fastPermAlt: Print function for fastPerm

Description Usage Arguments Examples

View source: R/fastPermAltFunctions.R

Description

This function prints the results of fastPerm

Usage

1
2
## S3 method for class 'fastPermAlt'
print(fp)

Arguments

fp

Output from the fastPerm function

Examples

1
2
3
x <- rexp(100, 5)
y <- rexp(100, 2)
print(fastPerm(x, y, testStat = ratioMean))

bdsegal/fastPerm documentation built on July 22, 2019, 1:25 p.m.