Export estimated regression parameters from IPCW logistic regressions with their uncertainty (standard errors, confidence intervals and p-values).
# S3 method for wglm
model.tables(x, times = NULL, type = "robust", level = 0.95, ...)
a wglm object.
[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"
)?
[numeric, 0-1] Level of confidence.
Not used.