powered by
## S3 method for class 'shrWeib': plot(x, ...)
shr
plot.shr
shrWeib
print.shrWeib
summary.shrWeib
/*** Weibull survival model ***/ data(test) fit.su <- shr(Hist(time=list(l,r),id)~cov,data=test) # no confidence bands plot(fit.su,conf.bands=FALSE) # confidence bands plot(fit.su)
Run the code above in your browser using DataLab