Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Nfldraft

Rating, time in 40-yard dash, and weight of top offensive linemen in the 1994 NFL draft


Description

Data for Exercises 9.10 and 9.16

Usage

Nfldraft

Format

A data frame/tibble with 29 observations on three variables

rating

rating of each player on a scale out of 10

forty

forty yard dash time (in seconds)

weight

weight of each player (in pounds)

Source

USA Today, April 20, 1994.

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

plot(rating ~ forty, data = Nfldraft)
cor(Nfldraft$rating, Nfldraft$forty)
summary(lm(rating ~ forty, data = Nfldraft))

BSDA

Basic Statistics and Data Analysis

v1.2.0
GPL (>= 2)
Authors
Alan T. Arnholt [aut, cre], Ben Evans [aut]
Initial release
2017-07-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.