Re: [R] RMySQL load error

2007-03-20 Thread Dick Beyer
eyer *** On Tue, 20 Mar 2007, Dick Beyer wrote: > I'm having trouble getting RMySQL to load. I was able to build it and > install it (RMySQL_0.5-11.tar.gz). I was also able to build and install > mysql-5.0.37. > > I've

[R] RMySQL load error

2007-03-20 Thread Dick Beyer
I'm having trouble getting RMySQL to load. I was able to build it and install it (RMySQL_0.5-11.tar.gz). I was also able to build and install mysql-5.0.37. I've read many postings about this but have not found a mention of my particular problem (some closely related). I get the "unable to loa

Re: [R] lmer for 3-way random anova

2005-12-12 Thread Dick Beyer
s. > > I haven't created a Windows binary for this experimental branch > because I still can't get the compilation system to work on my Windows > computer. If someone wants to try compiling on Windows from the SVN > sources I would appreciate it. > > On 12/9/05

[R] lmer for 3-way random anova

2005-12-09 Thread Dick Beyer
I have been using lme from nlme to do a 3-way anova with all the effects treated as random. I was wondering if someone could direct me to an example of how to do this using lmer from lme4. I have 3 main effects, tim, trt, ctr, and all the interaction effects tim*trt*ctr. The response variable

Re: [R] No direct or inherited method for function "update"

2004-05-26 Thread Dick Beyer
problem, you can report it to the appropriate person. > > On Tue, 25 May 2004, Dick Beyer wrote: > > > I used to be able to call update() for lme objects. Now I get this error: > > > > > ge.lme <- update(ge.lme, data=dat) > > Error in update(ge.lme, d

[R] No direct or inherited method for function "update"

2004-05-25 Thread Dick Beyer
I used to be able to call update() for lme objects. Now I get this error: > ge.lme <- update(ge.lme, data=dat) Error in update(ge.lme, data = dat) : No direct or inherited method for function "update" for this call Here is the relevant portion of my code: ge <- eset[1,] dat<- data.fr

Re: [R] lme - problems with model

2004-02-24 Thread Dick Beyer
As Spencer Graves suggested, I tried this with continuous variables. Seems to work ok: > lme(maill6 ~ water * temp , random= ~1|rep, data = milk) Linear mixed-effects model fit by REML Data: milk Log-restricted-likelihood: -10.57237 Fixed: maill6 ~ water * temp (Intercept)water

Re: [R] Windows R 1.8.0 hangs when Mem Usage >1.8GB

2003-11-19 Thread Dick Beyer
el (see the FAQ)? It probably will cope > with more than 2Gb, and I've run it up to 2.5Gb. > > Note that an effective limit of 1.7Gb is mentioned in the rw-FAW. > > On Wed, 19 Nov 2003, Dick Beyer wrote: > > > I have a loop that increases the size of an object

[R] Windows R 1.8.0 hangs when Mem Usage >1.8GB

2003-11-19 Thread Dick Beyer
I have a loop that increases the size of an object after each iteration. When the Windows Task Manager shows "Mem Usage" about 1.8GB, the Rgui.exe process no longer responds. I use: "C:\Program Files\R\rw1080\bin\Rgui.exe" --max-mem-size=4000M --min-vsize=10M --max-vsize=3000M --min-nsize=500