sensitivity.table: Compute sensitivity/specificity/etc.

View source: R/helper_model_comparison.R

sensitivity.tableR Documentation

Compute sensitivity/specificity/etc.

Description

Compute sensitivity/specificity/etc.

Usage

sensitivity.table(object)

Arguments

object

an object that can be predicted (e.g., glm). Note the thing to be predicted must have only two outcomes

Details

This function computes sensitivity, specificity, positive/negative predictive value and accuracy and reports them as a list.

Value

A table containing sensitivity/specificity/etc.

Author(s)

Dustin Fife


dustinfife/flexplot documentation built on Sept. 23, 2024, 9:01 p.m.