AOV1 {evidence} | R Documentation |
Made-up data with easy numbers for practicing one-way anova by hand to understand how an anova works.
data(AOV1)
A data frame with 15 observations on the following 2 variables.
y
response
i
predictor, a factor with 3 levels
Note that the design is balanced.
van Hulst, R. 2018. Evaluating Scientific Evidence. ms.
data(AOV1)
summary(aov(y ~ i, data=AOV1))