openintro (version 1.3)

classData: Simulated class data

Description

This data is simulated and is meant to represent students scores from three different lectures who were all given the same exam.

Usage

data(classData)

Arguments

References

OpenIntro Statistics, Chapter 8.

Examples

Run this code
data(classData)
anova(lm(m1 ~ lecture, classData))

Run the code above in your browser using DataCamp Workspace