Learn R Programming

DTComPair (version 1.2.6)

print.acc.paired: Print “acc.paired”-Object

Description

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

Usage

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

...

Additional arguments (usually not required).

See Also

acc.paired.

Examples

Run this code
data(Paired1) # Hypothetical study data 
b1 <- tab.paired(d=d, y1=y1, y2=y2, data=Paired1)
b2 <- acc.paired(b1)
print(b2)

Run the code above in your browser using DataLab