Battery: Lithium Batteries
Description
A manufacturer of lithium batteries has two production facilities,
A and B. Fifty randomly selected batteries with
an advertised life of 180 hours are selected, and tested. The lifetimes
are stored in (facilityA
). Fifty ramdomly selected
batteries with an advertised life of 200 hours are selected, and
tested. The lifetimes are stored in (facilityB
).source
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008)
Probability and Statistics with R. Chapman & Hall/CRC.Examples
Run this codeattach(Battery)
qqnorm(facilityA)
qqline(facilityA)
detach(Battery)
Run the code above in your browser using DataLab