confint.wglm | R Documentation |
Display the confidence intervals w.r.t. the estimated regression parameters from IPCW logistic regressions.
## S3 method for class 'wglm'
confint(object, parm = NULL, level = 0.95, times = NULL, type = "robust", ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.