Learn R Programming

PatientLevelPrediction (version 3.0.0)

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

Value

falseDiscoveryRate value

Details

Calculate the falseDiscoveryRate