On Mon, 22 Sep 2003, Paul Meagher wrote:

> Say I have collected data and used it to construct a linear model.
>
> I now have a new observation and want to use it to update my linear model.
>
> Is there a more efficient way to update the model than recomputing the
> linear model from the complete data set?
>

Not implemented.  While in principle there are much more efficient things
to do, in practice there is enough overhead in lm() that it probably isn't
worth doing them.


        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to