Books {BSDA}R Documentation

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

Description

Data for Exercise 9.53

Usage

Books

Format

A data frame with 17 observations on the following 2 variables.

book
a numeric vector
spelling
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]