s-news
[Top] [All Lists]

Re: Linear regression model for data larger than the memory

To: "'paul king'" <kingroi@hotmail.com>, s-news@lists.biostat.wustl.edu
Subject: Re: Linear regression model for data larger than the memory
From: "Liaw, Andy" <andy_liaw@merck.com>
Date: Wed, 25 Jan 2006 12:36:47 -0500
I guess the simplest approach is to read the data in pieces, and accumulate
the SSCP matrix.  Then use the Cholesky decomposition to get the estimates.
You're quite literally doing the regression `by hand', though.

V&R's S Programming has an example where the two authors had two solutions
to a similar question posted here years ago (just `large regression', not
necessarily larger than memory).  That might help you as well.

Andy

From: paul king
> 
> Hi folks,
> 
> Anyone has reference or splus code for linear regression mode 
> for data 
> larger than
> the memory?  We can't afford S+7 now.
> 
> Cheers, Paul
> 
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search! 
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
> 
> --------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu.  To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message:  unsubscribe s-news
> 
> 


------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains 
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New 
Jersey, USA 08889), and/or its affiliates (which may be known outside the 
United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as 
Banyu) that may be confidential, proprietary copyrighted and/or legally 
privileged. It is intended solely for the use of the individual or entity named 
on this message.  If you are not the intended recipient, and have received this 
message in error, please notify us immediately by reply e-mail and then delete 
it from your system.
------------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>