Coffee {BSDA} | R Documentation |
Productivity of workers with and without a coffee break
Description
Data for Exercise 7.55
Usage
Coffee
Format
A data frame/tibble with nine observations on three variables
- without
workers' productivity scores without a coffee break
- with
workers' productivity scores with a coffee break
- differences
with
minuswithout
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
qqnorm(Coffee$differences)
qqline(Coffee$differences)
shapiro.test(Coffee$differences)
t.test(Coffee$with, Coffee$without, paired = TRUE, alternative = "greater")
wilcox.test(Coffee$with, Coffee$without, paired = TRUE,
alterantive = "greater")
[Package BSDA version 1.2.2 Index]