xmp01.06 {Devore5} | R Documentation |
The xmp01.06
data frame has 40 rows and 1 columns.
This data frame contains the following columns:
Described in Devore (1995) as `` A random sample of the yardages of golf courses that have been designated by Golf Digest as among the most challenging in the United States.''
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp01.06) attach(xmp01.06) summary(yardage) stem(yardage) hist(yardage, col = "lightgray", xlab = "Golf course yardages") rug(yardage) qqnorm(yardage, las = 1, ylab = "Golf course yardages") detach()