Learn R Programming

DTComPair (version 1.2.6)

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

Description

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

Usage

# S3 method for acc.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 acc.1test.

...

Additional arguments (usually not required).

See Also

acc.1test.

Examples

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

Run the code above in your browser using DataLab