Learn R Programming

riskRegression (version 2025.09.17)

coef.wglm: Estimates from IPCW Logistic Regressions

Description

Display the estimated regression parameters from logistic regressions.

Usage

# S3 method for wglm
coef(object, times = NULL, simplify = TRUE, ...)

Arguments

object

a wglm object.

times

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

simplify

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

...

Not used.