Learn R Programming

PASWR (version 1.3)

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

Arguments

Format

A data frame with 50 observations on the following 2 variables:

facilityA

life time measured in hours

facilityB

life time measured in hours

Examples

Run this code
# NOT RUN {
with(data = Battery, 
qqnorm(facilityA))
with(data = Battery, 
qqline(facilityA))

# }

Run the code above in your browser using DataLab