Description Usage Arguments Value Examples
Studentized estimate of how often a difference is below zero.
1 | estimateDifferenceZeroCrossing(resampledDiffs, na.rm = FALSE)
|
resampledDiffs |
numeric vector resampled observations |
na.rm |
logical, if TRUE remove NA values |
estimated probability of seeing a re-sampled difference below zero.
1 2 3 | set.seed(2352)
resampledDiffs <- rnorm(10)+1
estimateDifferenceZeroCrossing(resampledDiffs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.