Prints objects of class tab.paired
in an easy-to-read form (S3method).
# S3 method for tab.paired
print(x, ...)
Creates a list object from parts of its input that is then printed in a tabular layout.
An object of class tab.paired
.
Additional arguments (usually not required).
tab.paired
,
acc.paired
,
tab.1test
.
data(Paired1) # Hypothetical study data
b <- tab.paired(d=d, y1=y1, y2=y2, data=Paired1)
print(b)
Run the code above in your browser using DataLab