Learn R Programming

UsingR (version 2.0-7)

breakdown: Time of insulating fluid to breakdown

Description

The time in minutes for an insulating fluid to break down under varying voltage loads

Usage

data(breakdown)

Arguments

Format

A data frame with 75 observations on the following 2 variables.

voltage

Number of kV

time

time in minutes

Details

An example from industry where a linear model is used with replication and transformation of variables.

Examples

Run this code
# NOT RUN {
data(breakdown)
plot(log(time) ~ voltage, data = breakdown)
# }

Run the code above in your browser using DataLab