print.oneway: Print one-way ANOVA results

Description Usage Arguments Value Examples

View source: R/print.R

Description

print.oneway prints one-way ANOVA results.

Usage

1
2
## S3 method for class 'oneway'
print(x, ...)

Arguments

x

an object of class oneway.

...

additional arguments passed to the function.

Value

the input object is returned silently.

Examples

1
2
mileage <- oneway(mpg~cyl, mtcars)
print(mileage)

NaraaAltai/oneway documentation built on Oct. 28, 2020, 10:45 p.m.