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