Other distributions than Weibull

Survival Analysis in R

Heidi Seibold

Statistician at LMU Munich

Survival Analysis in R

survreg() options

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")

More info:

?survreg

Survival Analysis in R

Let's try working with different models

Survival Analysis in R

Preparing Video For Download...