CalcPz: CalcPz

Description Usage Arguments Value Examples

View source: R/CalcPz.R

Description

This function returns the marginal probability of a binary test.

Usage

1
CalcPz(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 marginal probability of a binary test

Examples

1
CalcPz(0.2,0.8,0.13)

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