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")
자세한 정보:
?survreg

R로 배우는 생존 분석