Repair {BSDA}R Documentation

Recorded times for repairing 22 automobiles involved in wrecks

Description

Data for Exercise 5.77

Usage

Repair

Format

A data frame with 22 observations on the following variable.

time
a numeric vector

Source

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

Examples

str(Repair)
attach(Repair)
stem(time)
sign.test(time,conf.level=.98)
detach(Repair)

[Package BSDA version 0.1 Index]