Learn R Programming

sigr (version 1.1.0)

estimateDifferenceZeroCrossing: 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

Run this code
# NOT RUN {
set.seed(2352)
resampledDiffs <- rnorm(10)+1
estimateDifferenceZeroCrossing(resampledDiffs)

# }

Run the code above in your browser using DataLab