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