ワイブル以外の分布

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