powered by
shr
## S3 method for class 'shr': plot(x, type="shr", add = FALSE, newdata=NULL, cause=NULL, col, lty, lwd, ylim, xlim, xlab="Time" ,ylab, legend=TRUE, confint=TRUE, timeOrigin=0, axes=TRUE, percent=TRUE,...)
shrWeib
shrPl
plot.shr
# Weibull survival model data(test) fit.su <- shr(Hist(time=list(l,r),id)~cov,data=test) # confidence bands plot(fit.su) # no confidence bands plot(fit.su,confint=FALSE)
Run the code above in your browser using DataLab