# NOT RUN {
library(geepack)
data(dietox)
dietox$Cu <- as.factor(dietox$Cu)
gee01 <- geeglm (Weight ~ Time + Cu , id =Pig, data = dietox,
family=gaussian,corstr="ex")
geeglm.display(gee01)
# }
Run the code above in your browser using DataLab