positivePredictiveValue: Calculate the positivePredictiveValue

View source: R/ThresholdSummary.R

positivePredictiveValueR Documentation

Calculate the positivePredictiveValue

Description

Calculate the positivePredictiveValue

Usage

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

Value

positivePredictiveValue value


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