WAIT {PASWR2} | R Documentation |
Waiting Time
Description
A statistician records how long he must wait for his bus each morning.
Usage
WAIT
Format
A data frame with 15 observations on the following variable:
-
minutes
(waiting time in minutes)
References
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.
Examples
with(data= WAIT, wilcox.test(minutes, mu = 6, alternative = "less"))
[Package PASWR2 version 1.0.5 Index]