confint.geelm {geeasy}R Documentation

Confidence Intervals for geelm objects

Description

Compute Wald confidence intervals for mean structure parameters of geelm object.

Usage

## S3 method for class 'geelm'
confint(object, parm = NULL, level = 0.95, std.err = "san.se", ...)

## S3 method for class 'geeglm'
confint(object, parm = NULL, level = 0.95, std.err = "san.se", ...)

Arguments

object

a fitted model object.

parm

specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

std.err

Which standard error estimation method that should be used for computing the confidence intervals. Only san.se is supported for geelm objects but jack, j1s or fij may be used for geeglm objects (if they have been estimated when fitting the model).

...

additional argument(s) for methods.

Value

A matrix (or vector) with columns giving lower and upper confidence limits for each parameter.

Functions


[Package geeasy version 0.1.2 Index]