print.summary.owt {onewaytests}R Documentation

Print Method for Summary of One-Way Test Results

Description

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

Usage

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

Arguments

x

An object returned by summary.owt().

...

Additional arguments.

Author(s)

Osman Dag

See Also

summary.owt

Examples

out <- onewaytests(Sepal.Length ~ Species, data = iris, method = "aov", verbose = FALSE)
summary(out)
paircomp(out)

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

[Package onewaytests version 3.1 Index]