print.contrast {contrast}R Documentation

Print a Contrast Object

Description

Print a Contrast Object

Usage

## S3 method for class '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.


[Package contrast version 0.24.2 Index]