Learn R Programming

GLMsData (version 1.4)

punting: Football punting

Description

The right- and left-leg strengths of 13 American footballers (measured using a weight lifting test), plus the distance they punt a football (with their right leg).

Usage

data(punting)

Arguments

Format

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

Left

left-leg strength in pounds; a numeric vector

Right

right-leg strength in pounds; a numeric vector

Punt

punting distance in feet; a numeric vector

References

These appear to come from a larger data set, available from (for example) OzDASL at http://www.statsci.org/data/general/punting.html.

Examples

Run this code
data(punting)
plot(Punt ~ Right, data=punting)

Run the code above in your browser using DataLab