confint.geeglm {broom} | R Documentation |
geeglm
objectsGenerate confidence intervals for GEE analyses
## S3 method for class 'geeglm' confint(object, parm, level = 0.95, ...)
object |
The 'geeglm' object |
parm |
The parameter to calculate the confidence interval for. If not specified, the default is to calculate a confidence interval on all parameters (all variables in the model). |
level |
confidence level of the interval, used only if
|
... |
Additional parameters |
This function was taken from http://stackoverflow.com/a/21221995/2632184.
Returns the upper and lower confidence intervals