Data for Exercise 9.30
Verbal
A data frame with 15 observations on the following 4 variables.
number
a numeric vector
verbal
a numeric vector
SRES1
a numeric vector
FITS1
a numeric vector
# NOT RUN {
str(Verbal)
attach(Verbal)
model <- lm(verbal~number)
summary(model)
detach(Verbal)
remove(model)
# }
Run the code above in your browser using DataLab