negativePredictiveValue: Calculate the negativePredictiveValue

View source: R/ThresholdSummary.R

negativePredictiveValueR Documentation

Calculate the negativePredictiveValue

Description

Calculate the negativePredictiveValue

Usage

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

Value

negativePredictiveValue value


OHDSI/PatientLevelPrediction documentation built on Sept. 15, 2024, 6:38 a.m.