print.tab.paired: Print "tab.paired"-Object

View source: R/DTComPair.R

print.tab.pairedR Documentation

Print “tab.paired”-Object

Description

Prints objects of class tab.paired in an easy-to-read form (S3method).

Usage

## S3 method for class 'tab.paired'
print(x, ...)

Arguments

x

An object of class tab.paired.

...

Additional arguments (usually not required).

Value

Creates a list object from parts of its input that is then printed in a tabular layout.

See Also

tab.paired, acc.paired, tab.1test.

Examples

data(Paired1) # Hypothetical study data 
b <- tab.paired(d=d, y1=y1, y2=y2, data=Paired1)
print(b)

DTComPair documentation built on Aug. 20, 2023, 5:06 p.m.