Aliases: myeloma
Keywords: datasets
### ** Examples # Incorrect survival curve, which ignores left truncation fit1 <- survfit(Surv(futime, death) ~ 1, myeloma) # Correct curve fit2 <- survfit(Surv(entry, futime, death) ~1, myeloma)