case0802 {Sleuth2} | R Documentation |
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.
case0802
A data frame with 76 observations on the following 3 variables.
Time
Voltage
Group
Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.
str(case0802) plot(log(Time)~Voltage, case0802)