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 |
... |
additional argument(s) for methods. |
Value
A matrix (or vector) with columns giving lower and upper confidence limits for each parameter.
Functions
-
confint(geeglm)
:
[Package geeasy version 0.1.2 Index]