Learn R Programming

Sleuth2 (version 2.0-7)

case0802: Breakdown Times for Insulating Fluid under different Voltage

Description

In an industrial laboratory, under uniform conditions, batches of electrical insulating fluid were subjected to constant voltages until the insulating property of the fluids broke down. Seven different voltage levels were studied and the measured reponses were the times until breakdown.

Usage

case0802

Arguments

Format

A data frame with 76 observations on the following 3 variables.

Time

times until breakdown (in minutes)

Voltage

voltage applied (in kV)

Group

factor variable (group number)

Examples

Run this code
str(case0802)
plot(log(Time)~Voltage, case0802)

Run the code above in your browser using DataLab