Learn R Programming

additivityTests (version 1.1-4.2)

print.aTest: Print aTest object

Description

Print the results of additivity test.

Usage

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

Value

NULL

Arguments

x

aTest object

digits

many significant digits are to be used

Examples

Run this code
data(Boik)
t <- tukey.test(Boik)
print(t) 

Run the code above in your browser using DataLab