Dear R users,

Is there a simple way to use the effect function (library(effects)) with
a GEE estimated model?

 

library(gee)

library(MASS)

library(effects)

attach(epil)

 

b = gee(y ~ lbase*trt + lage + V4, family=poisson, id=subject,
corstr="exchangeable")

 

plot(effect("lbase*trt", b))

# Errore in effect("lbase*trt", b) : nessun metodo applicabile per
"effect"

 

 


        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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.

Reply via email to