confInt {prodlim} | R Documentation |
Add point-wise confidence limits to the graphs of Kaplan-Meier and Aalen-Johansen estimates.
Description
This function is invoked and controlled by plot.prodlim
.
Usage
confInt(ci, citype, col, lty, lwd, density = 55, ...)
Arguments
ci |
A |
citype |
If |
col |
the colour of the lines. |
lty |
the line type of the lines. |
lwd |
the line thickness of the lines. |
density |
For |
... |
Further arguments that are passed to the function
|
Details
This function should not be called directly. The arguments can be specified
as Confint.arg
in the call to plot.prodlim
.
Value
Nil
Author(s)
Thomas Alexander Gerds <tag@biostat.ku.dk>
See Also
plot.prodlim
, atRisk
,
markTime
[Package prodlim version 2024.06.25 Index]