Computes the influence functions (IID decomposition) for the regression coefficients and/or the baseline cumulative hazard at a specific time point.
# S3 method for phreg
IC(x, type = "robust", all = FALSE, time = NULL, baseline = NULL, ...)A matrix of influence functions. If all=TRUE, columns correspond to
regression coefficients and baseline cumulative hazard. Attributes include coef
and time.
Object of class "phreg".
Type of influence function: "robust" (default) or "martingale".
Logical; if TRUE, returns both beta and baseline influence functions.
Time point for baseline influence function (required if baseline is requested).
Arguments for baseline estimation.
Additional arguments.
Thomas Scheike
phreg, iidBaseline