Dear all: I am another R-beginner in the state. I have tried to analyze a large data (3,600 kb as csv format) set with R. When I type lm(x~y), it says
==== Error: cannot allocate vector of size 1017272 kb. In addition: Warning message: Reached total allocation of 255MB: see help(memory.size) ==== So, I tried the following.
memory.size()
[1] 51620896
memory.limit()
[1] 267878400
melory.limit(1200)
NULL Error: cannot allocate vector of size 1017272kb.
Does any of you have any idea how can I solve this problem? Sorry for bothering you during Holiday. Thanks, Chris -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._