Learn R Programming

PASWR (version 1.3)

Wait: Waiting Time

Description

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

Arguments

Format

A data frame with 15 observations on the following variable:

wt

waiting time in minutes

Examples

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

# }

Run the code above in your browser using DataLab