[R] R data set size limit

2007-06-26 Thread Roy, Abhijit
Hi - What is the limit (rows and columns) on the size of a data set that R will process? Thanks. Abhijit Dr. Abhijit Roy Citi - Global Consumer Group - Business Analytics and Methods O: 91 80 4041 6398 Fax: 91 80 2211 0827 [[alternative HTML version deleted]]

Re: [R] R data set size limit

2007-06-26 Thread Prof Brian Ripley
On Tue, 26 Jun 2007, Roy, Abhijit wrote: Hi - What is the limit (rows and columns) on the size of a data set that R will process? 2^31-1 for each (in a data frame, that number of elements for a matrix). See ?Memory-limits Most likely your computer imposes lower limits. Thanks. Abhijit