print.summary.oneway: print.summary.oneway gets the input from the summary.oneway...

Description Usage Arguments See Also Examples

Description

print.summary.oneway gets the input from the summary.oneway to print it on the screen

Usage

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

Arguments

x

x is the ouput of summary.oneway which has the values of anova table

...

... is an addition argument

See Also

print.oneway

Examples

1
2
3
4
5
6
library(faraway)
data(coagulation)
attach(coagulation)
oo <- onewayanova:::oneway.default(coagulation)
pp <- onewayanova:::summary.oneway(oo)
onewayanova:::print.summary.oneway(pp)

AliDB/onewayanova documentation built on May 19, 2019, 3:04 p.m.