View source: R/summary.ow.anova.R
summary.ow.anova | R Documentation |
Displays results of ow.anova
## S3 method for class 'ow.anova'
summary(object, ...)
object |
Object returned by |
... |
Additional parameters to pass on. |
Matrix of values for results from One-Way ANOVA test.
data1 <- mtcars
ow <- ow.anova(data1, mpg, cyl)
summary(ow)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.