powered by
Data for Example 10.4
Cigar
A data frame/tibble with 100 observations on two variables
amount of tar (measured in milligrams)
a factor indicating cigarette brand with levels brandA, brandB, brandC, and brandD
brandA
brandB
brandC
brandD
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(tar ~ brand, data = Cigar, col = "cyan", ylab = "mg tar") anova(lm(tar ~ brand, data = Cigar)) # }
Run the code above in your browser using DataLab