mStopDiffMean: Estimate partition at which fastPerm will stop for difference...

Description Usage Arguments Examples

Description

This function estimates the partition at which fastPerm will will stop, based on asymptotic approximation.

Usage

1
mStopDiffMean(x, y, B = 1000, plot = FALSE)

Arguments

x

First sample

y

Second sample

B

Number of Monte Carlo iterations within each partition. Defaults to 1,000.

Examples

1
2
3
x <- rnorm(100, 1)
y <- rexp(100, 0)
mStopDiffMean(x, y)

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