falseDiscoveryRate: Calculate the falseDiscoveryRate

View source: R/ThresholdSummary.R

falseDiscoveryRateR Documentation

Calculate the falseDiscoveryRate

Description

Calculate the falseDiscoveryRate

Usage

falseDiscoveryRate(TP, TN, FN, FP)

Arguments

TP

Number of true positives

TN

Number of true negatives

FN

Number of false negatives

FP

Number of false positives

Details

Calculate the falseDiscoveryRate

Value

falseDiscoveryRate value


OHDSI/PatientLevelPrediction documentation built on Oct. 13, 2023, 7:46 a.m.