This function is invoked and controlled by plot.prodlim.
confInt(x, times, newdata, type, citype, cause, col, lty, lwd, density = 55,
...)an object of class `prodlim' as returned by the prodlim
function.
where to compute point-wise confidence limits
see plot.prodlim
Either "cuminc" or "survival" passed to
summary.prodlim as surv=ifelse(type=="cuminc",FALSE,TRUE).
If "shadow" then confidence limits are drawn as colored
shadows. Otherwise, dotted lines are used to show the upper and lower
confidence limits.
see plot.prodlim
the colour of the lines.
the line type of the lines.
the line thickness of the lines.
For citype="shadow", the density of the shade. Default
is 55 percent.
Further arguments that are passed to the function
segments if type=="bars" and to lines else.
Nil
This function should not be called directly. The arguments can be specified
as Confint.arg in the call to plot.prodlim.