Description Usage Arguments Examples
This function estimates the partition at which fastPerm will will stop, based on asymptotic approximation.
| 1 | mStopDiffMean(x, y, B = 1000, plot = FALSE)
 | 
| x | First sample | 
| y | Second sample | 
| B | Number of Monte Carlo iterations within each partition. Defaults to 1,000. | 
| 1 2 3 | x <- rnorm(100, 1)
y <- rexp(100, 0)
mStopDiffMean(x, y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.