Learn R Programming

BSDA (version 1.2.2)

Abc: Three samples to illustrate analysis of variance

Description

Data used in Exercise 10.1

Usage

Abc

Arguments

Format

A data frame/tibble with 54 observations on two variables

response

a numeric vector

group

a character vector A, B, and C

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

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