confint.wglm: Confidence intervals for Estimate from IPCW Logistic...

View source: R/wglm.R

confint.wglmR 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 ("robust") or ignoring the uncertainty of the IPCW ("robust-wknown"), or model-based ignoring the uncertainty of the IPCW ("model-wknown")?

...

Not used.


tagteam/riskRegression documentation built on April 13, 2025, 9:28 a.m.