summary.oneway: Providing summary information for the output of oneway.defual

Description Usage Arguments See Also Examples

Description

Providing summary information for the output of oneway.defual

Usage

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

Arguments

object

object is the ouput of oneway.default which has the values of anova table

...

is an addition argument

See Also

print.summary.oneway

Examples

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

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