FAILTIME | R Documentation |
Failure times of 20 electric generators (in hr).
data(FAILTIME)
Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.
data(FAILTIME) library(survival) SuRe <- survreg( Surv(time=FAILTIME) ~ 1 , dist = "exponential") summary(SuRe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.