Phone {BSDA}R Documentation

Length of long-distance phone calls for a small business firm

Description

Data for Exercise 6.95

Usage

Phone

Format

A data frame with 20 observations on the following variable.

time
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Phone)
attach(Phone)
qqnorm(time)
qqline(time)
shapiro.test(time)
sign.test(time,md=5,alternative="greater")
detach(Phone)

[Package BSDA version 0.1 Index]