Re: [R] analysis of large data set

2007-11-19 Thread Greg Snow
-help > Subject: Re: [R] analysis of large data set > > On Fri, 16 Nov 2007, sj wrote: > > > All, > > > > I am working with a large data set (~ 450,000 rows by 34 > columns) I am > > trying to fit a regression model (I have tried to use several > >

Re: [R] analysis of large data set

2007-11-17 Thread Emmanuel Charpentier
Prof Brian Ripley a écrit : [ ... ] > What is strange is that no one has ever thanked us for finding out > (despite most Microsoft documentation) that you can get up to 3.5Gb in a > 32-bit process on certain 64-bit versions of Windows and enabling you to > use it in recent versions of R. Maybe

Re: [R] analysis of large data set

2007-11-16 Thread Prof Brian Ripley
On Fri, 16 Nov 2007, sj wrote: > All, > > I am working with a large data set (~ 450,000 rows by 34 columns) I am > trying to fit a regression model (I have tried to use several procedures psm > (Design package) lm, glm). However whenever I try to fit the model I get the > following error: > > > Er

Re: [R] analysis of large data set

2007-11-16 Thread Matthew Keller
Spencer, There have been a lot of discussions on these boards re working with large datasets in R, so looking through those will probably inform you better than I'll be able to. So with that said... I have been trying to work with very large datasets as well (genetic datasets... maybe we're in th

[R] analysis of large data set

2007-11-16 Thread sj
All, I am working with a large data set (~ 450,000 rows by 34 columns) I am trying to fit a regression model (I have tried to use several procedures psm (Design package) lm, glm). However whenever I try to fit the model I get the following error: Error: cannot allocate vector of size 1.1 Gb Her