powered by
Data for Exercises 9.10 and 9.16
Nfldraft
A data frame/tibble with 29 observations on three variables
rating of each player on a scale out of 10
forty yard dash time (in seconds)
weight of each player (in pounds)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { plot(rating ~ forty, data = Nfldraft) cor(Nfldraft$rating, Nfldraft$forty) summary(lm(rating ~ forty, data = Nfldraft)) # }
Run the code above in your browser using DataLab