powered by
Failure times of 60 springs divided into 6 groups of 10, with each group subject to a different level of stress. Some of the times are right-censored.
data(springs)
A data frame with 60 observations on the following 3 variables.
failure times (in units of $10^3$ cycles of loading)
censoring indicator, with 0 indicating right-censoring
a factor giving the stress (N/mm$^3$)
data(springs) attach(springs) plot(cycles~stress) plot(cycles~stress,log="y")
Run the code above in your browser using DataLab