View source: R/geelm-confint.R
confint.geelm | R Documentation |
Compute Wald confidence intervals for mean structure parameters of geelm object.
## 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", ...)
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. |
A matrix (or vector) with columns giving lower and upper confidence limits for each parameter.
confint(geeglm)
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.