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)

phillip-wong/oneway documentation built on Oct. 23, 2020, 2:38 a.m.