Rdocumentation
powered by
Learn R Programming
prodlim (version 1.5.7)
leaveOneOut: Compute jackknife pseudo values.
Description
Compute leave-one-out estimates
Usage
leaveOneOut(object, times, cause, lag = FALSE, ...)
Arguments
object
Object of class
"prodlim"
.
times
time points at which to compute leave-one-out event/survival probabilities.
cause
For competing risks the cause of interest.
lag
For survival models only. If
TRUE
lag the result, i.e. compute S(t-) instead of S(t).
...
not used
Details
This function is the work-horse for
jackknife
See Also
jackknife