falseOmissionRate: Calculate the falseOmissionRate

View source: R/ThresholdSummary.R

falseOmissionRateR Documentation

Calculate the falseOmissionRate

Description

Calculate the falseOmissionRate

Usage

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

Value

falseOmissionRate value


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