estimateDifferenceZeroCrossing | R Documentation |
Studentized estimate of how often a difference is below zero.
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.
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.