- ppv
named vector containing test1
(the positive predictive value of test 1), test2
(the positive predictive value of test 2), rppv
(the relative positive predictive value, computed as test2 / test1
), se.log.rppv
(the standard error of the logarithm of rppv
),
lcl.rppv
(lower confidence limit of rppv
), ucl.rppv
(the upper confidence limit of rppv
), the test.statistic
and the corresponding p.value
.
- npv
named vector containing test1
(the negative predictive value of test 1), test2
(the negative predictive value of test 2), rnpv
(the relative negative predictive value, computed as test2 / test1
), se.log.rnpv
(the standard error of the logarithm of rnpv
),
lcl.rnpv
(the lower confidence limit of rnpv
), ucl.rnpv
(the upper confidence limit of rnpv
), the test.statistic
and the corresponding p.value
.
- Sigma
Estimated variance-covariance matrix for {log(relative positive predictive value), log(relative negative predictive value)}.
- method
Name of the method used to compare predictive values, here “relative predictive values (rpv)”.
- alpha
Significance level alpha used to compute 100(1-alpha)%-confidence intervals for rppv
and rnpv
, the default is 0.05.