View source: R/predictive_value.R
npv | R Documentation |
Calculate Negative Predictive Value (NPV) in a population based on sensitivity, specificity, and prevalence estimates.
npv(sensitivity, specificity, prevalence)
sensitivity |
The estimate of Sensitivity (PPA) |
specificity |
The estimate of Specificity (NPA) |
prevalence |
The estimate of the prevalence of the condition in the population. |
The negative predictive value
npv(0.95, 0.95, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.