print.fastPermAsym: Print function for fastPerm

Description Usage Arguments Examples

View source: R/fastPermAsymptoticFunctions.R

Description

This function prints the results of fastPermAsym

Usage

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

Arguments

fp

Output from the fastPermAsym function

Examples

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

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