model.tables.wglm {riskRegression} | R Documentation |
Statistical Inference for Estimate from IPCW Logistic Regressions
Description
Export estimated regression parameters from IPCW logistic regressions with their uncertainty (standard errors, confidence intervals and p-values).
Usage
## S3 method for class 'wglm'
model.tables(x, times = NULL, type = "robust", level = 0.95, ...)
Arguments
x |
a wglm object. |
times |
[numeric vector] time points at which the estimates should be output. |
type |
[character] should the robust variance-covariance matrix be computing accounting for the uncertainty of the IPCW ( |
level |
[numeric, 0-1] Level of confidence. |
... |
Not used. |
[Package riskRegression version 2025.05.20 Index]