[R] autocorrelation in nlme: Error: cannot allocate vector of size 220979 Kb

2008-05-17 Thread J S
Dear R community, Below you may find the details of my model (lm11). I receive the error message "Error: cannot allocate vector of size 220979 Kb" after applying the autocorrelation function update(lm11, corr=corAR1()). lm11<-lme(Soil.temp ~ Veg*M+Veg*year, data=a, ran

Re: [R] autocorrelation in nlme; Error: cannot allocate vector of size

2008-05-16 Thread J S
Namens J S > Verzonden: vrijdag 16 mei 2008 23:06 > Aan: r-help@r-project.org > Onderwerp: [R] autocorrelation in nlme; Error: cannot allocate vector of > size > > Dear R community, > > > > I used a linear mixed model (named lm11) to model daily soil temperature &g

Re: [R] autocorrelation in nlme; Error: cannot allocate vector of size

2008-05-16 Thread ONKELINX, Thierry
erwerp: [R] autocorrelation in nlme; Error: cannot allocate vector of size Dear R community, I used a linear mixed model (named lm11) to model daily soil temperature depending upon vegetation cover and air temperature. I have almost 17,000 observations for six years. I can not account for autocorr

[R] autocorrelation in nlme; Error: cannot allocate vector of size

2008-05-16 Thread J S
Dear R community, I used a linear mixed model (named lm11) to model daily soil temperature depending upon vegetation cover and air temperature. I have almost 17,000 observations for six years. I can not account for autocorrelation in my model, since I receive the error message after applying