Learn R Programming

faraway (version 1.0.7)

punting: Leg strength and punting

Description

Investigators studied physical characteristics and ability in 13 (American) football punters. Each volunteer punted a football ten times. The investigators recorded the average distance for the ten punts, in feet.

Usage

data(punting)

Arguments

Format

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

Distance

average distance over 10 punts

Hang

hang time

RStr

right leg strength in pounds

LStr

left leg strength in pounds

RFlex

right hamstring muscle flexibility in degrees

LFlex

left hamstring muscle flexibility in degrees

OStr

overall leg strength in foot pounds

Examples

Run this code
data(punting)
## maybe str(punting) ; plot(punting) ...

Run the code above in your browser using DataLab