print.tab.1test {DTComPair} | R Documentation |
Prints objects of class tab.1test
in an easy-to-read form.
## S3 method for class 'tab.1test'
print(x, ...)
x |
An object of class |
... |
Additional arguments (usually not required). |
tab.1test
,
acc.1test
,
tab.paired
.
data(Paired1) # Hypothetical study data
a <- tab.1test(d=d, y=y1, data=Paired1)
print(a)