Re: [R] Large data set in R

2009-03-02 Thread Hardi
Thanks Kjetil. This is exactly what I wanted. Hardi From: Kjetil Halvorsen Cc: r-help Sent: Monday, March 2, 2009 9:45:43 PM Subject: Re: [R] Large data set in R install.packages("biglm", dep=TRUE) library(help=biglm) kjetil Hello, I&#

Re: [R] Large data set in R

2009-03-02 Thread Kjetil Halvorsen
install.packages("biglm", dep=TRUE) library(help=biglm) kjetil On Mon, Mar 2, 2009 at 7:06 AM, Hardi wrote: > > Hello, > > I'm trying to use R statistical packages to do ANOVA analysis using aov() > and lm(). > I'm having a problem when I have a large data set for input data from Full > Factori

[R] Large data set in R

2009-03-02 Thread Hardi
Hello, I'm trying to use R statistical packages to do ANOVA analysis using aov() and lm(). I'm having a problem when I have a large data set for input data from Full Factorial Design Experiment with replications. R seems to store everything in the memory and it fails when memory is not enough