powered by
Displays results of ow.anova
# S3 method for oneway summary(object, ...)
Matrix of values for results from One-Way ANOVA test.
Object returned by ow.anova.
ow.anova
Additional parameters to pass on.
data1 <- mtcars ow <- ow.anova(data1, mpg, cyl) summary(ow)
Run the code above in your browser using DataLab