Dear R community,
I'm running "a mlogit" function with a very large data set. Since the data
size is so large, I got the Error:
Error: cannot allocate vector of size 5.4 Mb
In addition: Warning messages:
1: In mapply("*", X, P, SIMPLIFY = FALSE) :
Reached total allocation of 16340Mb: see help(memory.size)
2: In mapply("*", X, P, SIMPLIFY = FALSE) :
Reached total allocation of 16340Mb: see help(memory.size)
3: In mapply("*", X, P, SIMPLIFY = FALSE) :
Reached total allocation of 16340Mb: see help(memory.size)
4: In mapply("*", X, P, SIMPLIFY = FALSE) :
Reached total allocation of 16340Mb: see help(memory.size)
I'm using win7 and my computer has 16G memory. Is there a way that I can
make R use the memory more efficiently?
Thanks!
Gary
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.