CalcNPV: CalcNPV

Description Usage Arguments Value Examples

View source: R/CalcNPV.R

Description

This function returns the negative predicted value of a binary test

Usage

1
CalcNPV(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 negative predicted value of a binary test

Examples

1
CalcNPV(0.2,0.8,0.13)

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