Skip to content
Prev 67945 / 398506 Next

refitting lm() with same x, different y

William,

As a first shot, use lm with a matrix response.  That fits them all at 
once with one QR-decomposition.  No analogue for glm or lmer, though, 
since for those the iterative fits run do depend on the response.

Brian
On Mon, 18 Apr 2005, William Valdar wrote: