Vacation | R Documentation |
Data for Exercise 6.46 and 6.98
Vacation
A data frame/tibble with 35 observations on one variable
number of days of paid holidays and vacation leave taken
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(Vacation$number, col = "violet")
hist(Vacation$number, main = "Exercise 6.46", col = "blue",
xlab = "number of days of paid holidays and vacation leave taken")
t.test(Vacation$number, mu = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.