Thanks Kjetil. This is exactly what I wanted.

 Hardi





________________________________
From: Kjetil Halvorsen <kjetilbrinchmannhalvor...@gmail.com>

Cc: r-help <r-help@r-project.org>
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'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 to hold the massive computation.

Have anyone successfully used R to do such analysis before? Are there any work 
around on this problem?

Thanks,

Hardi

______________________________________________
R-help@r-project.org 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.


      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

Reply via email to