powered by
Data for Exercise 9.30
Verbal
A data frame with 15 observations on the following 4 variables.
number
a numeric vector
verbal
SRES1
FITS1
# 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