# NOT RUN {
library(geeM)
library(geepack)
data(ohio)
# }
# NOT RUN {
fit <- geem(resp ~ age + smoke + age:smoke, id=id, data=ohio,
family="binomial", corstr="exch", scale.fix=TRUE)
drop1(fit)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab