falseNegativeRate: Calculate the falseNegativeRate

View source: R/ThresholdSummary.R

falseNegativeRateR Documentation

Calculate the falseNegativeRate

Description

Calculate the falseNegativeRate

Usage

falseNegativeRate(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 falseNegativeRate

Value

falseNegativeRate value


OHDSI/PatientLevelPrediction documentation built on April 6, 2024, 11:50 p.m.