diagnosticOddsRatio: Calculate the diagnostic odds ratio

View source: R/ThresholdSummary.R

diagnosticOddsRatioR Documentation

Calculate the diagnostic odds ratio

Description

Calculate the diagnostic odds ratio

Usage

diagnosticOddsRatio(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 diagnostic odds ratio

Value

diagnosticOddsRatio value


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