Steel | R Documentation |
This dataset consists of failure times for hardened steel specimens in a rolling contact fatigue test. Ten independent observations were taken at each of the four contact stress values. Response is the time that each specimen of hardened steel failed.
data(Steel)
A data frame with 40 rows and 2 variables:
a numeric vector indicating the values of contact stress, in pounds per square inch x 10^{-6}
.
a numeric vector indicating the length of the time until the specimen of the hardened steel failed.
McCool J. (1980) Confidence limits for Weibull regression with censored data. Transactions on Reliability 29:145-150.
dev.new()
data(Steel)
with(Steel,plot(log(stress), log(life), pch=16, xlab="Log(Stress)", ylab="log(Life)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.