motorette | R Documentation |
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
Nelson, W. D. and Hahn, G. J. (1972) Linear estimation of a regression relationship from censored data. Part 1 — simple methods and their application (with Discussion). Technometrics, 14, 247–276.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.