print.tab.1test: Print "tab.1test"-Object

View source: R/DTComPair.R

print.tab.1testR Documentation

Print “tab.1test”-Object

Description

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

Usage

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

Arguments

x

An object of class tab.1test.

...

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.1test, acc.1test, tab.paired.

Examples

data(Paired1) # Hypothetical study data 
a <- tab.1test(d=d, y=y1, data=Paired1)
print(a)

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