print.summary.jt {onewaytests}R Documentation

Print Method for Summary of James Second Order Test Results

Description

Prints the formatted summary of an jt object to the console.

Usage

## S3 method for class 'summary.jt'
print(x, ...)

Arguments

x

An object returned by summary.jt().

...

Additional arguments.

Author(s)

Merve Kasikci, Osman Dag

See Also

summary.jt

Examples

out <- james.test(Sepal.Length ~ Species, data = iris, verbose = FALSE)
summary(out)

[Package onewaytests version 3.1 Index]