falseNegativeFraction: False negative rate from M&P: B table 1 and equation 5

falseNegativeFractionR Documentation

False negative rate from M&P: B table 1 and equation 5

Description

False negative rate from M&P: B table 1 and equation 5

Usage

falseNegativeFraction(obj, pValueThreshold)

## S4 method for signature 'BetaUniformModel,ScalarNumeric'
falseNegativeFraction(obj, pValueThreshold)

## S4 method for signature 'ANY,missing'
falseNegativeFraction(obj, pValueThreshold)

## S4 method for signature 'ANY,numeric'
falseNegativeFraction(obj, pValueThreshold)

Arguments

obj

data object

pValueThreshold

p-value threshold

Functions

  • falseNegativeFraction,BetaUniformModel,ScalarNumeric-method: method for dispatch

  • falseNegativeFraction,ANY,missing-method: compute false negative rate using a threshold of 0.05

  • falseNegativeFraction,ANY,numeric-method: compute false negative rate using numeric threshold defined by the user


adamsardar/metaDEGth documentation built on Sept. 28, 2022, 10:12 p.m.