Prints objects of class tab.1test
in an easy-to-read form (S3method).
Usage
# S3 method for class 'tab.1test'
print(x, ...)
Arguments
- x
An object of class tab.1test
.
- ...
Additional arguments (usually not required).
Value
Creates a list object from parts of its input that is then printed in a tabular layout.
Examples
data(Paired1) # Hypothetical study data
a <- tab.1test(d=d, y=y1, data=Paired1)
print(a)
#> Binary diagnostic test 'y1'
#>
#> Diseased Non-diseased Total
#> Test pos. 397 84 481
#> Test neg. 54 177 231
#> Total 451 261 712