estimateDifferenceZeroCrossing {sigr} | R Documentation |
Studentized estimate of how often a difference is below zero.
Description
Studentized estimate of how often a difference is below zero.
Usage
estimateDifferenceZeroCrossing(resampledDiffs, na.rm = FALSE)
Arguments
resampledDiffs |
numeric vector resampled observations |
na.rm |
logical, if TRUE remove NA values |
Value
estimated probability of seeing a re-sampled difference below zero.
Examples
set.seed(2352)
resampledDiffs <- rnorm(10)+1
estimateDifferenceZeroCrossing(resampledDiffs)
[Package sigr version 1.1.5 Index]