| leukemia | R Documentation |
Survival times (in weeks) for 23 patients with acute myelogenous leukemia. A classic, small dataset perfect for fast testing of censored data workflows.
leukemia
A data frame with 23 rows and 3 columns:
Survival time in weeks
Event indicator (1 = event, 0 = censored)
Treatment group (Maintained vs Non-maintained)
Miller, R. G. (1997). Survival Analysis. Wiley.
data(leukemia)
fit <- fit_betadanish(survival::Surv(time, status) ~ 1, data = leukemia)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.