Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 6.95

Usage

Phone

Arguments

Format

A data frame with 20 observations on the following variable.

time

a numeric vector

Examples

Run this code
# NOT RUN {
str(Phone)
attach(Phone)
qqnorm(time)
qqline(time)
shapiro.test(time)
SIGN.test(time,md=5,alternative="greater")
detach(Phone)
# }

Run the code above in your browser using DataLab