와이블 외 분포

R로 배우는 생존 분석

Heidi Seibold

Statistician at LMU Munich

R로 배우는 생존 분석

survreg() 옵션

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로 배우는 생존 분석

다양한 모델을 시도해 봅시다

R로 배우는 생존 분석

Preparing Video For Download...