powered by
Times to failure of motorettes tested at different temperatures.
data(motorette)
A data frame with 40 observations on the following 3 variables.
Temperature in degrees Fahrenheit
Censoring indicator
Failure time in hours
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 615.
data(motorette) library(survival) motor.fit <- survreg(Surv(y,cens)~log(x),dist="weibull",data=motorette) summary(motor.fit)
Run the code above in your browser using DataLab