NNT.from.pv {NNTbiomarker} | R Documentation |
NNT.from.pv
Description
Compute NNT values from predictive values.
Usage
NNT.from.pv(ppv, npv, pv)
Arguments
ppv |
Positive predictive value |
npv |
Negative predictive value |
pv |
Alternative input of ppv and npv, in matrix or named vector. |
Value
c(NNTpos=NNTpos, NNTneg=NNTneg)
[Package NNTbiomarker version 0.29.11 Index]