print.mStop: Print function for mStop functions

Description Usage Arguments Examples

Description

This function prints the expected stopping partition

Usage

1
2
## S3 method for class 'mStop'
print(mStopObj)

Arguments

mStopObj

Output from the mStop functions

Examples

1
2
3
x <- rnorm(110, 1)
y <- rnorm(95, 0)
print(mStopDiffMean(x, y))

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