View source: R/screening_test.R
print.screening_test | R Documentation |
screening_test
objectprint
method for class "screening_test".
## S3 method for class 'screening_test'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class "screening_test", a result of a call to
|
digits |
An integer. The number of significant digits to include in
the printed probabilities. Passed to |
... |
Additional arguments. None used at present. |
Nothing is returned.
screening_test
.
screening_test(0.1, 0.9, 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.