Abc | R Documentation |
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
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(response ~ group, col=c("red", "blue", "green"), data = Abc )
anova(lm(response ~ group, data = Abc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.