print.contrast: Print a Contrast Object

View source: R/print.contrast.R

print.contrastR 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.


contrast documentation built on Oct. 6, 2022, 1:07 a.m.