Learn R Programming

BSDA (version 1.01)

Repair: Recorded times for repairing 22 automobiles involved in wrecks

Description

Data for Exercise 5.77

Usage

Repair

Arguments

Format

A data frame with 22 observations on the following variable.

time

a numeric vector

Examples

Run this code
# NOT RUN {
str(Repair)
attach(Repair)
stem(time)
SIGN.test(time,conf.level=.98)
detach(Repair)
# }

Run the code above in your browser using DataLab