Learn R Programming

BSDA (version 1.01)

Golf: Distances a golf ball can be driven by 20 professional golfers

Description

Data for Exercise 5.24

Usage

Golf

Arguments

Format

A data frame with 20 observations on the following variable.

yards

a numeric vector

Examples

Run this code
# NOT RUN {
str(Golf)
attach(Golf)
stem(yards)
EDA(yards)
detach(Golf)
# }

Run the code above in your browser using DataLab