print.oneway: Print function for oneway objects

Description Usage Arguments See Also Examples

View source: R/print.R

Description

Print function for oneway objects

Usage

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

Arguments

x

object of class "oneway"

...

parameters passed to print function

See Also

print

Examples

1
2
3
4
5
## Not run: 
aov1 <- oneway(mpg ~ cyl, mtcars)
print.oneway(aov1)

## End(Not run)

marginal-latte/oneway documentation built on Dec. 21, 2021, 1:52 p.m.