Golf {BSDA}R Documentation

Distances a golf ball can be driven by 20 professional golfers

Description

Data for Exercise 5.24

Usage

Golf

Format

A data frame with 20 observations on the following variable.

yards
a numeric vector

Source

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

Examples

str(Golf)
attach(Golf)
stem(yards)
EDA(yards)
detach(Golf)

[Package BSDA version 0.1 Index]