Books {BSDA} | R Documentation |
Data for Exercise 9.53
Books
A data frame with 17 observations on the following 2 variables.
book
spelling
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Books) attach(Books) plot(book, spelling) model <- lm(spelling~book) abline(model) summary(model) detach(Books) rm(model)