Add point-wise confidence limits to the graphs of Kaplan-Meier and Aalen-Johansen estimates.
Source:R/confInt.R
confInt.RdThis function is invoked and controlled by plot.prodlim.
Arguments
- ci
A
data.tablewith columnstime,lowerandupper.- citype
If
"shadow"then confidence limits are drawn as colored shadows. Otherwise, dotted lines are used to show the upper and lower confidence limits.- col
the colour of the lines.
- lty
the line type of the lines.
- lwd
the line thickness of the lines.
- density
For
citype="shadow", the density of the shade. Default is 55 percent.- ...
Further arguments that are passed to the function
segmentsiftype=="bars"and tolineselse.
Details
This function should not be called directly. The arguments can be specified
as Confint.arg in the call to plot.prodlim.
Author
Thomas Alexander Gerds <[email protected]>