powered by
plot
survtab
## S3 method for class 'survtab': plot(x, y = NULL, subset = NULL, conf.int = NULL, col = NULL, lty = NULL, ylab = NULL, xlab = NULL, ...)
c("surv.obs","r.e2")
obj
TRUE
y
lines.survtab
ylim
x <- lexpand(sire, fot=seq(0,5,1/12), status=status, pophaz=popmort) st <- survtab(x) plot(st, "r.e2") plot(st, c("surv.obs", "r.e2"), conf.int=TRUE, col=1:2, xlim=c(0,5))
Run the code above in your browser using DataLab