Learn R Programming

BSDA (version 1.2.1)

Repair: Recorded times for repairing 22 automobiles involved in wrecks

Description

Data for Exercise 5.77

Usage

Repair

Arguments

Format

A data frame/tibble with 22 observations on one variable

time

time to repair a wrecked in car (in hours)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

stem(Repair$time)
SIGN.test(Repair$time, conf.level = 0.98)

Run the code above in your browser using DataLab