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 |
X |
A logical: set |
fun |
A function to transform the contrast, SE, and lower and upper
confidence limits before printing. For example, specify |
... |
Not used. |
[Package contrast version 0.24.2 Index]