Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 6.95

Usage

Phone

Arguments

source

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

Examples

Run this code
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