View source: R/predictive_value.R
| ppv | R Documentation | 
Calculate Positive Predictive Value (PPV) in a population based on sensitivity, specificity, and prevalence estimates.
ppv(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 positive predictive value
ppv(0.95, 0.95, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.