Display the confidence intervals w.r.t. the estimated regression parameters from IPCW logistic regressions.
# S3 method for wglm
confint(object, parm = NULL, level = 0.95, times = NULL, type = "robust", ...)
a wglm object.
not used. For compatibility with the generic method.
[numeric, 0-1] Level of confidence.
[numeric vector] time points at which the estimates should be output.
[character] should the robust variance-covariance matrix be computing accounting for the uncertainty of the IPCW ("robust"
)
or ignoring the uncertainty of the IPCW ("robust-wknown"
), or model-based ignoring the uncertainty of the IPCW ("model-wknown"
)?
Not used.