print.aTest: Print aTest object

View source: R/print.aTest.R

print.aTestR Documentation

Print aTest object

Description

Print the results of additivity test.

Usage

## S3 method for class 'aTest'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

aTest object

how

many significant digits are to be used

Value

NULL

Examples

data(Boik)
t <- tukey.test(Boik)
print(t)

additivityTests documentation built on June 24, 2022, 5:05 p.m.