Learn R Programming

BSDA (version 0.1)

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

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab