punting | R Documentation |
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).
data(punting)
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
Raymond H. Myers (1990) Classical and modern regression with applications, second edition. Duxbury; page 75.
These appear to come from a larger data set, available from (for example) OzDASL at http://www.statsci.org/data/general/punting.html.
data(punting) plot(Punt ~ Right, data=punting)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.