Learn R Programming

sigr (version 1.1.5)

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)

Value

estimated probability of seeing a re-sampled difference below zero.

Arguments

resampledDiffs

numeric vector resampled observations

na.rm

logical, if TRUE remove NA values

Examples

Run this code

set.seed(2352)
resampledDiffs <- rnorm(10)+1
estimateDifferenceZeroCrossing(resampledDiffs)

Run the code above in your browser using DataLab