powered by
aov
aov(data, formula, ...)
formula
fit <- aov(mtcars, hp ~ am * cyl) summary(fit) predict(fit, mtcars)
Run the code above in your browser using DataLab