I read the posts about augPred with lme, but does anyone know if there is a correlate for augPred for lmer? Specifically, I want to be able to use it to plot projections for all groups in an lmer class object using plot(augPred(lmer.object)). Thanks, Kyle *************************************** J. Kyle Roberts, Ph.D. Baylor College of Medicine Center for Educational Outreach One Baylor Plaza, MS: BCM411 Houston, TX 77030-3411 713-798-6672 - 713-798-8201 Fax jkrobert@bcm.edu *************************************** [[alternative HTML version deleted]]
Hi Kyle, not yet! At least not as far as I know. Cheers Andrew On Thu, Mar 08, 2007 at 03:08:19PM -0600, Roberts, J. Kyle wrote:> I read the posts about augPred with lme, but does anyone know if there is a correlate for augPred for lmer? Specifically, I want to be able to use it to plot projections for all groups in an lmer class object using plot(augPred(lmer.object)). > > Thanks, > Kyle > > *************************************** > J. Kyle Roberts, Ph.D. > Baylor College of Medicine > Center for Educational Outreach > One Baylor Plaza, MS: BCM411 > Houston, TX 77030-3411 > 713-798-6672 - 713-798-8201 Fax > jkrobert at bcm.edu > *************************************** > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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.-- Andrew Robinson Department of Mathematics and Statistics Tel: +61-3-8344-9763 University of Melbourne, VIC 3010 Australia Fax: +61-3-8344-4599 http://www.ms.unimelb.edu.au/~andrewpr http://blogs.mbs.edu/fishing-in-the-bay/
On 3/8/07, Andrew Robinson <A.Robinson at ms.unimelb.edu.au> wrote:> Hi Kyle, > > not yet! At least not as far as I know.Not as far as I know either.> On Thu, Mar 08, 2007 at 03:08:19PM -0600, Roberts, J. Kyle wrote: > > I read the posts about augPred with lme, but does anyone know if there is a correlate for augPred for lmer? Specifically, I want to be able to use it to plot projections for all groups in an lmer class object using plot(augPred(lmer.object)).Can you give us a bit more detail on the model that you have fit? It may be possible to get the plot that you want without having to build all the infrastructure that Jose and I built in lme. Deepayan has quietly added so many wonderful capabilities to lattice relative to earlier versions of trellis that a more direct approach often works. Also, I think we should move the discussion to the R-sig-mixed-models mailing list, which I am cc:ing on this reply.