Andere verdelingen dan Weibull

Survivalanalyse in R

Heidi Seibold

Statistician at LMU Munich

Survivalanalyse in R

survreg()-opties

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

Meer info:

?survreg

Survivalanalyse in R

Laten we met verschillende modellen werken

Survivalanalyse in R

Preparing Video For Download...