case0802: Breakdown Times for Insulating Fluid under different Voltage

case0802R Documentation

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

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)

Source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

Examples

str(case0802)
plot(log(Time)~Voltage, case0802)

Sleuth2 documentation built on Jan. 25, 2024, 3:02 p.m.