Richard Palmer <rhpalmer <at> gmail.com> writes: > > .. I am new to R but experienced in SAS. SAS has the capability to let me > develop a model from a sample and use the results to score the records of > another file which won't fit in memory. Is this straightforward in R or > does it require coding to do the scoring in segments? Can someone point me > to sample code that I can copy or modify to do this quickly? >
I don't know what you mean by "score the records," but the package biglm might be able help. Mark ______________________________________________ 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.