oneway.factor: oneway.factor combines two columns of factor and values...

Description Usage Arguments See Also Examples

Description

oneway.factor combines two columns of factor and values togethere and then call the oneway.default function to do the calculations for anova

Usage

1
2
## S3 method for class 'factor'
oneway(z, y, ...)

Arguments

z

as a factor input here

y

as values input here

See Also

print.oneway

print.summary.oneway

Examples

1
2
3
4
5
library(faraway)
z <- coagulation$diet
y <- coagulation$coa
aa<- onewayanova:::oneway.factor(z,y)
onewayanova:::print.oneway(aa)

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