truePositiveFraction: True positive rate from M&P: A in table 1 and equation 5

truePositiveFractionR Documentation

True positive rate from M&P: A in table 1 and equation 5

Description

True positive rate from M&P: A in table 1 and equation 5

Usage

truePositiveFraction(obj, pValueThreshold)

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

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

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

Arguments

obj

data object

pValueThreshold

p-value threshold

Functions

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

  • truePositiveFraction,ANY,missing-method: using a threshold of 0.05

  • truePositiveFraction,ANY,numeric-method: threshold defined by the user


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