Wait: Waiting Time

WaitR Documentation

Waiting Time

Description

A statistician records how long he must wait for his bus each morning. Data are used in Example 10.4.

Format

A data frame with 15 observations on the following variable:

wt

waiting time in minutes

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples


with(data = Wait,
wilcox.test(wt, mu = 6, alternative = "less"))


alanarnholt/PASWR documentation built on June 2, 2022, 5:19 a.m.