R/diagnostic_metrics.R
calculate_sensitivity.Rd
Utility functions for basic diagnostic test statistics.
calculate_sensitivity(tp, fn)
Number of true positives
Number of false negatives
Numeric sensitivity value or NA when inputs are not valid.
NA