iid.wglm {riskRegression} | R Documentation |
IID for IPCW Logistic Regressions
Description
Compute the decomposition in iid elements of the ML estimor of IPCW logistic regressions.
Usage
## S3 method for class 'wglm'
iid(x, times = NULL, simplify = TRUE, store = NULL, ...)
Arguments
x |
a wglm object. |
times |
[numeric vector] time points at which the iid should be output. |
simplify |
[logical] should the ouput be converted to a matrix when only one timepoint is requested. Otherwise will always return a list. |
store |
[vector] when evaluating the iid, should prediction be only computed for unique covariate sets and mapped back to the original dataset ( |
... |
Not used. |
[Package riskRegression version 2025.05.20 Index]