predval | R Documentation |
Positive and negative predictive values.
ppv(prevalence, sensitivity, specificity)
npv(prevalence, sensitivity, specificity)
prevalence |
double scalar or vector |
sensitivity , specificity |
double scalars |
Function ppv calculates positive predictive values.
Function npv calculates negative predictive values.
Functions ppv and npv return double scalar or vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.