Verbal {BSDA} | R Documentation |
Data for Exercise 9.30
Verbal
A data frame with 15 observations on the following 4 variables.
number
verbal
SRES1
FITS1
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Verbal) attach(Verbal) model <- lm(verbal~number) summary(model) detach(Verbal) remove(model)