CalcPPV: CalcPPV

Description Usage Arguments Value Examples

View source: R/CalcPPV.R

Description

This function returns the positive predictive value of a binary test

Usage

1
CalcPPV(sens, spec, prev)

Arguments

sens

numeric; sensitivity of the binary test

spec

numeric; specificity of the binary test

prev

numeric; prevalence of the finding

Value

the positive predicted value of a binary test

Examples

1
CalcPPV(0.2,0.8,0.13)

wlktan/surrogateSampling documentation built on May 23, 2019, 3:07 p.m.