Learn R Programming

rtemis (version 0.79)

specificity: Specificity

Description

The first factor level is considered the positive case.

Usage

specificity(true, estimated, harmonize = FALSE, verbose = TRUE)

Arguments

true

True labels

estimated

Estimated labels

harmonize

Logical: If TRUE, run factorHarmonize first

verbose

Logical: If TRUE, print messages to output. Default = TRUE