Nfldraf2 {BSDA}R Documentation

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

Format

A data frame with 47 observations on the following 3 variables.

Rating
a numeric vector
forty
a numeric vector
weight
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Nfldraf2)
attach(Nfldraf2)
plot(forty,Rating)
model <- lm(Rating~forty)
abline(model)
anova(model)
summary(model)
detach(Nfldraf2)

[Package BSDA version 0.1 Index]