Learn R Programming

onewaytests (version 3.1)

print.summary.jt: 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 summary.jt
print(x, ...)

Arguments

x

An object returned by summary.jt().

...

Additional arguments.

Author

Merve Kasikci, Osman Dag

See Also

summary.jt

Examples

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

Run the code above in your browser using DataLab