Learn R Programming

PatientLevelPrediction (version 3.0.0)

specificity: Calculate the specificity

Description

Calculate the specificity

Usage

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

Value

specificity value

Details

Calculate the specificity