NNT.from.sesp {NNTbiomarker}R Documentation

NNT.from.sesp

Description

Compute NNT values from sensitivity aand specificity.

Usage

NNT.from.sesp(se, sp, sesp, prev)

Arguments

se

Positive predictive value

sp

Negative predictive value

sesp

Alternative input for se and sp, as matrix or named vector.

prev

Prevalence (prior probability)

Value

c(NNTpos=NNTpos, NNTneg=NNTneg)


[Package NNTbiomarker version 0.29.11 Index]