Dear Ambrogi,
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ambrogi Federico > Sent: Tuesday, December 19, 2006 12:03 PM > To: [email protected] > Subject: [R] effect plot > > Dear R users, > > Is there a simple way to use the effect function > (library(effects)) with a GEE estimated model? Not that I'm aware. Sorry, John > > > > 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. ______________________________________________ [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.
