Learn R Programming

PASWR (version 1.0)

Wait: Waiting Time

Description

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

Usage

Wait

Arguments

source

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

Examples

Run this code
attach(Wait)
wilcox.test(wt,mu=6, alternative="less")
detach(Wait)

Run the code above in your browser using DataLab