# NOT RUN {
if (requireNamespace("geepack", quietly = TRUE)) {
library(geepack)
data(state)
ds <- data.frame(state.region, state.x77)
geefit <- geeglm(Income ~ Frost + Murder, id = state.region,
data = ds, family = gaussian,
corstr = "exchangeable")
tidy(geefit)
tidy(geefit, quick = TRUE)
tidy(geefit, conf.int = TRUE)
}
# }
Run the code above in your browser using DataLab