Re: [R] Failing to print mer object in an RData image

2009-04-24 Thread Robert Zimbardo
> Have you load lme4 before you print the object? Yes, I have. > If yes, it may be caused by the change of representation of "mer" class. That may be so (although the image was saved on 12/19/2008, i.e. AFTER the release data of the lmer version I have now. But maybe I did that on a different comp

Re: [R] Failing to print mer object in an RData image

2009-04-23 Thread ronggui
Just a guess. Have you load lme4 before you print the object? If yes, it may be caused by the change of representation of "mer" class. 2009/4/23 Robert Zimbardo : > Hi all > > I have problems in accessing a mer object called model.01 from a > workspace that was created with R 2.8.1 and saved wit

[R] Failing to print mer object in an RData image

2009-04-23 Thread Robert Zimbardo
Hi all I have problems in accessing a mer object called model.01 from a workspace that was created with R 2.8.1 and saved with save into an .RData file (on Windows XP or Ubuntu 8.10, don't remember anymore). Now I want to open it in R 2.9.0 on Ubuntu 8.10. I use # load workspace load("name.RData"