Computes the influence functions for the baseline cumulative hazard (and optionally
regression coefficients) for phreg, recreg, or cifregFG objects.
iidBaseline(
object,
time = NULL,
ft = NULL,
fixbeta = NULL,
beta.iid = NULL,
tminus = FALSE,
...
)An object of class "iidBaseline" containing:
Time point.
Influence functions for the baseline.
Influence functions for the regression coefficients.
Cumulative hazard at the specified time.
Strata indices.
Object of class "phreg", "recreg", or "cifregFG".
Time point for baseline IID (required).
Function to compute IID of baseline integrated against \(f(t)\).
Logical; if TRUE, fixes the coefficients (useful for specific tests).
Optional matrix of beta influence functions to use.
Logical; if TRUE, computes predictions at \(t-\) (strictly before \(t\)), useful for IPCW techniques.
Additional arguments passed to lower-level functions.
Thomas Scheike
The decomposition is based on the formula: $$ \sum_i \int_0^t \frac{f(s)}{S_0(s)} dM_{ki}(s) - P(t) \beta_k $$ where \(k\) denotes the stratum and \(i\) the cluster.
phreg, recreg, cifreg