Learn R Programming

DTComPair (version 1.2.6)

print.tab.1test: Print “tab.1test”-Object

Description

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

Usage

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

Value

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

Arguments

x

An object of class tab.1test.

...

Additional arguments (usually not required).

See Also

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

Examples

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

Run the code above in your browser using DataLab