Learn R Programming

PASWR (version 1.0)

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).

Usage

Battery

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Battery)
qqnorm(facilityA)
qqline(facilityA)
detach(Battery)

Run the code above in your browser using DataLab