Golf | R Documentation |
Data for Exercise 5.24
Golf
A data frame/tibble with 20 observations on one variable
distance a golf ball is driven in yards
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
stem(Golf$yards)
qqnorm(Golf$yards)
qqline(Golf$yards)
## Not run:
library(ggplot2)
ggplot2::ggplot(data = Golf, aes(sample = yards)) +
geom_qq() +
theme_bw()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.