Learn R Programming

BSDA (version 1.2.2)

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

Description

Data for Exercise 9.63

Usage

Nfldraf2

Arguments

Format

A data frame/tibble with 47 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)

References

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

Examples

Run this code

plot(rating ~ forty, data = Nfldraf2)
summary(lm(rating ~ forty, data = Nfldraf2))

Run the code above in your browser using DataLab