confint.geeglm | R Documentation |
confidence intervals for generalized estimating equation models as found here https://stackoverflow.com/questions/21221280/confidence-interval-of-coefficients-using-generalized-estimating-equation-gee
## S3 method for class 'geeglm'
confint(object, parm, model_package = "geepack", level = 0.95, ...)
object |
gee model for which to create confidence intervals |
parm |
not sure but it came with the function |
level |
level of confidence needed. defaults to '.95' |
... |
extra arguments |
confint.geeglm_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.