Hi all,

I am trying to extract the residuals from the following Weibull model..
The results I am getting are   a bit strange.

library(survival)
mod=survreg(Surv(time, delta)  ~  p1+p2+p3,  data=testd,  dist="weibull")
ores=resid(mod, type='response')

Are the commands correct? How do I get teh standardized residuals too?

Thanks
Val

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to