case0802 | 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
times until breakdown (in minutes)
Voltage
voltage applied (in kV)
Group
factor variable (group number)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.