powered by
Data used in Exercise 10.1
Abc
A data frame/tibble with 54 observations on two variables
a numeric vector
a character vector A, B, and C
A
B
C
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(response ~ group, col=c("red", "blue", "green"), data = Abc ) anova(lm(response ~ group, data = Abc)) # }
Run the code above in your browser using DataLab