View source: R/diagnostic_metrics.R
calculate_sensitivity | R Documentation |
Utility functions for basic diagnostic test statistics.
calculate_sensitivity(tp, fn)
tp |
Number of true positives |
fn |
Number of false negatives |
Numeric sensitivity value or NA
when inputs are not valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.