Does anyone know how to find the number of observations and groups used
in a mixed model with gee package?
The summary function in gee package does not provide this information.
e.g.
data(warpbreaks)
summary(gee(breaks ~ tension, id=wool, data=warpbreaks,
corstr="exchangeable"))
I much appreciate any help,
David Oseguera Montiel
Phd student Wageningen University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.