Learn R Programming

PASWR2 (version 1.0.5)

WAIT: Waiting Time

Description

A statistician records how long he must wait for his bus each morning.

Usage

WAIT

Arguments

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

Run this code
# NOT RUN {
with(data= WAIT, wilcox.test(minutes, mu = 6, alternative = "less"))
# }

Run the code above in your browser using DataLab