| carbon_fibres | R Documentation |
Breaking stress (in Gba) of 100 carbon fibre specimens. This dataset exhibits a unimodal (increasing-then-decreasing) hazard pattern that classical distributions like the Weibull cannot adequately capture.
carbon_fibres
A data frame with 100 rows and 2 columns:
Breaking stress in Gba
Event indicator (1 = event occurred)
Nichols, M. D., & Padgett, W. J. (2006). A bootstrap control chart for Weibull percentiles. Quality and Reliability Engineering International, 22(2), 141-151.
data(carbon_fibres)
fit <- fit_betadanish(survival::Surv(time, status) ~ 1, data = carbon_fibres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.