Examples for 'survival::myeloma'


Survival times of patients with multiple myeloma

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)

[Package survival version 3.5-3 Index]