Analyse de survie avec R
Heidi Seibold
Statistician at LMU Munich

survreg(Surv(time, cens) ~ horTh,
data = GBSG2)
survreg(Surv(time, cens) ~ horTh,
data = GBSG2,
dist = "exponential")
survreg(Surv(time, cens) ~ horTh,
data = GBSG2,
dist = "lognormal")
Plus d'info :
?survreg

Analyse de survie avec R