print.aTest {additivityTests} | R 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 |
digits |
many significant digits are to be used |
Value
NULL
Examples
data(Boik)
t <- tukey.test(Boik)
print(t)
[Package additivityTests version 1.1-4.2 Index]