Learn R Programming

SMPracticals (version 1.3-1)

motorette: Motorette Failure Data

Description

Times to failure of motorettes tested at different temperatures.

Usage

data(motorette)

Arguments

source

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.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 615.

Examples

Run this code
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