J S
2008-May-16 21:05 UTC
[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 autocorrelation in my model, since I receive the error message after applying the function: update(lm11, corr=corAR1()) Error: cannot allocate vector of size 220979 Kb Do you have any suggestions? Thanks, Julia [[alternative HTML version deleted]]
ONKELINX, Thierry
2008-May-16 21:14 UTC
[R] autocorrelation in nlme; Error: cannot allocate vector of size
Dear Julia, You'll need to give more details on your model and the structure of your dataset. The problem will probably be in the specification of the random effects. But without the detail we can't check that. Thierry ------------------------------------------------------------------------ ---- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 Thierry.Onkelinx op inbo.be www.inbo.be To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey -----Oorspronkelijk bericht----- Van: r-help-bounces op r-project.org [mailto:r-help-bounces op r-project.org] Namens J S Verzonden: vrijdag 16 mei 2008 23:06 Aan: r-help op 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 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 the function: update(lm11, corr=corAR1()) Error: cannot allocate vector of size 220979 Kb Do you have any suggestions? Thanks, Julia [[alternative HTML version deleted]] ______________________________________________ R-help op r-project.org 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.
Possibly Parallel Threads
- autocorrelation error: cannot allocate vector of size 220979 Kb
- autocorrelation in nlme: Error: cannot allocate vector of size 220979 Kb
- Test for multiple comparisons: Nonlinear model, autocorrelation?
- Alternative options: nonlinear model &autocorrelation?
- lm design matrix bug?