print
method for class "screening_test".
an object of class "screening_test", a result of a call to
screening_test
.
An integer. The number of significant digits to include in
the printed probabilities. Passed to format
.
Additional arguments. None used at present.
Nothing is returned.
screening_test(0.1, 0.9, 0.9)
#> Prevalence, sensitivity, specificity:
#> P(D) P(+ | D) P(- | notD)
#> 0.1 0.9 0.9
#> P(positive test), positive and negative predictive values:
#> P(+) P(D | +) P(notD | -)
#> 0.1800 0.5000 0.9878