print.screening_test: Prints a 'screening_test' object

View source: R/screening_test.R

print.screening_testR Documentation

Prints a screening_test object

Description

print method for class "screening_test".

Usage

## S3 method for class 'screening_test'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "screening_test", a result of a call to screening_test.

digits

An integer. The number of significant digits to include in the printed probabilities. Passed to format.

...

Additional arguments. None used at present.

Value

Nothing is returned.

See Also

screening_test.

Examples

screening_test(0.1, 0.9, 0.9)

paulnorthrop/stat0002 documentation built on Oct. 10, 2024, 1:27 p.m.