Learn R Programming

BSDA (version 0.1)

Books: Number of books read and final spelling scores for 17 third graders

Description

Data for Exercise 9.53

Usage

Books

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Books)
attach(Books)
plot(book, spelling)
model <- lm(spelling~book)
abline(model)
summary(model)
detach(Books)
rm(model)

Run the code above in your browser using DataLab