Learn R Programming

contrast (version 0.24.2)

print.contrast: Print a Contrast Object

Description

Print a Contrast Object

Usage

# S3 method for contrast
print(x, X = FALSE, fun = function(u) u, ...)

Arguments

x

Result of contrast().

X

A logical: set TRUE to print design matrix used in computing the contrasts (or the average contrast).

fun

A function to transform the contrast, SE, and lower and upper confidence limits before printing. For example, specify fun = exp to anti-log them for logistic models.

...

Not used.