confint.wglm {riskRegression} | R Documentation |
Confidence intervals for Estimate from IPCW Logistic Regressions
Description
Display the confidence intervals w.r.t. the estimated regression parameters from IPCW logistic regressions.
Usage
## S3 method for class 'wglm'
confint(object, parm = NULL, level = 0.95, times = NULL, type = "robust", ...)
Arguments
object |
a wglm object. |
parm |
not used. For compatibility with the generic method. |
level |
[numeric, 0-1] Level of confidence. |
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 ( |
... |
Not used. |
[Package riskRegression version 2025.05.20 Index]