Hi, I am fitting a weibull model as follows my models is s <- Surv(DFBR$Time,DFBR$Censor)
wei <- survreg(s~Group+UsefulLife,data = DFBR,dist="weibull") How can i predict the probabilty of failure in next 10 days, for a new data with group =10 and usefuleLife =100 Thx shilpi [[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.