Re: [R] saving a regression model to a file

2011-04-14 Thread Marc Schwartz
On Apr 14, 2011, at 12:45 PM, Alison Callahan wrote: > Hello all, > > First off, I am using R version 2.13.0 in Ubuntu. > > I have read previous posts in the R mailing list on saving models for > later use, and the responses indicate using the R save() function to > save a model and then using l

[R] saving a regression model to a file

2011-04-14 Thread Alison Callahan
Hello all, First off, I am using R version 2.13.0 in Ubuntu. I have read previous posts in the R mailing list on saving models for later use, and the responses indicate using the R save() function to save a model and then using load() to load it is one way to go. However, when I use the save() fu