Learn R Programming

BSDA (version 0.1)

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

source

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

Examples

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

Run the code above in your browser using DataLab