Learn R Programming

riskRegression (version 2023.12.21)

iid.wglm: IID for IPCW Logistic Regressions

Description

Compute the decomposition in iid elements of the ML estimor of IPCW logistic regressions.

Usage

# S3 method for wglm
iid(x, times = NULL, simplifies = TRUE, ...)

Arguments

x

a wglm object.

times

[numeric vector] time points at which the iid should be output.

simplifies

[logical] should the ouput be converted to a matrix when only one timepoint is requested. Otherwise will always return a list.

...

Not used.