Skip to contents

Utility functions for basic diagnostic test statistics.

Usage

calculate_sensitivity(tp, fn)

Arguments

tp

Number of true positives

fn

Number of false negatives

Value

Numeric sensitivity value or NA when inputs are not valid.