WAIT: Waiting Time

Description Usage Format References Examples

Description

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

Usage

1

Format

A data frame with 15 observations on the following variable:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
with(data= WAIT, wilcox.test(minutes, mu = 6, alternative = "less"))

Example output

Loading required package: lattice
Loading required package: ggplot2

	Wilcoxon signed rank test

data:  minutes
V = 28, p-value = 0.0365
alternative hypothesis: true location is less than 6

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.