powered by
Simulated data set for getting a better understanding of intuition that ANOVA is based off of.
data("toy.anova")
A data frame with 70 observations on the following 3 variables.
groups
a factor with levels I II III
I
II
III
x1
a numeric vector
x2
# NOT RUN { data(toy.anova) ## maybe str(toy.anova) ; plot(toy.anova) ... # }
Run the code above in your browser using DataLab