print.aTest {additivityTests} | R Documentation |
Print the results of additivity test.
## S3 method for class 'aTest'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
aTest object |
digits |
many significant digits are to be used |
NULL
data(Boik)
t <- tukey.test(Boik)
print(t)