iid.prodlim: Extract i.i.d. decomposition from a prodlim model
Description
Compute the influence function for each observation used to estimate the model
Usage
# S3 method for prodlim
iid(object, add0 = FALSE, ...)
Arguments
object
A prodlim object.
add0
[logical] add the 0 to vector of relevant times.
...
not used. For compatibility with the generic method.
Details
This function is a simplified version of the iidCox function of the riskRegression package.
Formula for the influence function can be found in (Ozenne et al., 2017).
References
Brice Ozenne, Anne Lyngholm Sorensen, Thomas Scheike, Christian Torp-Pedersen and Thomas Alexander Gerds.
riskRegression: Predicting the Risk of an Event using Cox Regression Models.
The R Journal (2017) 9:2, pages 440-460.