Skip to content
Prev 304508 / 398502 Next

spatial correlation in lme and huge correlation matrix (memory limit)

Le mercredi 29 ao?t 2012 ? 16:00 -0400, Sabrina Plante a ?crit :
293.2 MB is not that much. What kind of computer do you have - how much
RAM, and please provide the output of sessionInfo()? With a reasonably
recent machine, even 32-bit, you should be able to cope with this.

Also, make sure you do not perform data management tasks before you run
the models: save the exact dataset you need using save(), restart R,
load() it, and directly run the model. The reason is, if you perform
memory hungry tasks, you're going to fragment your RAM and R might not
be able to allocate a large vector in contiguous blocks.

And be sure to follow the thread named "limit on vector size allocation"
which was just started today about the same issue.


My two cents