print.oneway: Printing DF and SS

Description Usage Arguments See Also Examples

Description

Printing DF and SS

Usage

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

Arguments

x

x is the input from oneway.default which has the values of anova

...

... is the addition argument here

See Also

print.oneway

print.summary.oneway

Examples

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

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