Learn R Programming

wBoot (version 1.0.3)

tees:

Driving Distances Data for Regular and Stinger Golf Tees

Description

Driving distances, in yards, for independent samples of drives off a 2-3/4" wooden tee and off a 3" Stinger Competition golf tee.

Usage

data("tees")

Arguments

Format

A data frame with 30 observations on the following 2 variables.
REGULAR
a numeric vector
STINGER
a numeric vector

Source

Golf Laboratories, Inc.; San Diego, CA; August 18, 2003.

Details

An independent golf equipment testing facility compared the difference in the performance of golf balls hit off a regular 2-3/4" wooden tee to those hit off a 3" Stinger Competition golf tee. A Callaway Great Big Bertha driver with 10 degrees of loft was used for the test, and a robot swung the club head at approximately 95 miles per hour. Data on total distance traveled (in yards) with each type of tee, based on the test results, are provided in the "tees" dataset.

Examples

Run this code
data(tees)
str(tees)
boxplot(tees)
attach(tees)
detach(tees)

Run the code above in your browser using DataLab