Weibull 以外的分佈

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...