| print.tab.paired | R Documentation | 
Prints objects of class tab.paired in an easy-to-read form (S3method).
## S3 method for class 'tab.paired'
print(x, ...)
x | 
 An object of class   | 
... | 
 Additional arguments (usually not required).  | 
Creates a list object from parts of its input that is then printed in a tabular layout.
tab.paired,
acc.paired,
tab.1test.
data(Paired1) # Hypothetical study data 
b <- tab.paired(d=d, y1=y1, y2=y2, data=Paired1)
print(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.