I am a clinician who is trying to fit a model that predicts the absolute risk of individuals developing cardiovascular events at the end of follow up period. I came across accelerated failed time models that should enable me to achieve the above purpose. But I don't know how to interpret the output of the model in R. Can anyone help? How do I generate output that tells me about the absolute predicted risk of individuals??
surfit <- survreg(Surv(time, delta) ~ as.factor(stage) + age, dist='Weibull')
summary(surfit)
Value Std.Error z p
(Intercept) 3.5288 0.9041 3.903 9.50e-05
as.factor(stage)2 -0.1477 0.4076 -0.362 7.17e-01
as.factor(stage)3 -0.5866 0.3199 -1.833 6.68e-02
as.factor(stage)4 -1.5441 0.3633 -4.251 2.13e-05
age -0.0175 0.0128 -1.367 1.72e-01
Log(scale) -0.1223 0.1225 -0.999 3.18e-01