| aarset | R Documentation |
Times to failure of 50 devices, exhibiting a classic bathtub-shaped hazard rate. This is a standard benchmark dataset in reliability engineering.
aarset
A data frame with 50 rows and 2 columns:
Failure time
Event indicator (1 = event occurred)
Aarset, M. V. (1987). How to Identify a Bathtub Hazard Rate. IEEE Transactions on Reliability, R-36(1), 106-108.
data(aarset)
fit <- fit_betadanish(survival::Surv(time, status) ~ 1, data = aarset)
plot(fit, type = "hazard")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.