Learn R Programming

PASWR (version 1.1)

CircuitDesigns: Circuit Design Lifetime

Description

CircuitDesigns contains the results from an accelerated life test used to estimate the lifetime of four different circuit designs (lifetimes in thousands of hours).

Usage

CircuitDesigns

Arguments

Format

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

lifetime

lifetimes in thousands of hours

design

a factor with levels Design1, Design2, Design3, and Design4

Examples

Run this code
# NOT RUN {
bwplot(design~lifetime, data = CircuitDesigns)
# }

Run the code above in your browser using DataLab