Golf {BSDA} | R Documentation |
Data for Exercise 5.24
Golf
A data frame with 20 observations on the following variable.
yards
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Golf) attach(Golf) stem(yards) EDA(yards) detach(Golf)