Currently using R 2.92
Win XP
Goal: scale up computing capacity for large datasets (1-5 million records)
I realize under 32 bit versions of R the memory.limit is maxed at 4GB.
Q:
1. What are the limits under 64 bit versions of R? Are those limits OS
dependent?
2. Are there limits to the size of
For my Redhat 5.2 Linux box, which version of R would be most stable?
I am doing forecasting, statistics, etc.
Thanks!
Steve
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www
Me:
Win XP
4 gig ram
R 2.9.2
library(foreign) # to read/write SPSS files
library(doBy) # for summaryBy
library(RODBC)
setwd("C:\\Documents and Settings\\00909BR")
gc()
memory.limit(size=4000)
## PROBLEM:
I have memory limit problems. R and otherwise. My dataframes for
merging or su
3 matches
Mail list logo