[R] plotting glmmPQL function

2008-09-02 Thread rhelpless
hello all, i'm an R newbie struggling a bit with the glmmPQL function (from the nlme pack). i think i've managed to run the model successfully, but can't seem to plot the resulting function. plot(glmmPQL(...)) plots the residuals rather than the model... i know this should be basic, but i can't

Re: [R] plotting glmmPQL function

2008-09-02 Thread Dieter Menne
rhelpless wrote: > > 'm an R newbie struggling a bit with the glmmPQL function (from the nlme > pack). i think i've managed to run the model successfully, but can't seem > to plot the resulting function. plot(glmmPQL(...)) plots the residuals > rather than the model > Use predict on the fit;