leaveOneOut: Compute jackknife pseudo values.

View source: R/leaveOneOut.R

leaveOneOutR Documentation

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

Character (other classes are converted with as.character). 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

Author(s)

Thomas Alexander Gerds <tag@biostat.ku.dk>

See Also

jackknife


prodlim documentation built on Aug. 28, 2023, 5:07 p.m.