how to save a fitted R model for later use
Posted
by ahala
on Stack Overflow
See other posts from Stack Overflow
or by ahala
Published on 2010-05-28T14:16:32Z
Indexed on
2010/05/28
14:52 UTC
Read the original article
Hit count: 224
r
Sorry for this novice question: if I fit a lm() model or loess() model, and save the model somewhere in a file or in database, for later using by third party with predict() method, do I have to save the entire model object? Since returned model object contains orginal raw data, this returned object can be huge.
© Stack Overflow or respective owner