[R] how to store lme/lmer fit result

Christoph Scherber Christoph.Scherber at agr.uni-goettingen.de
Mon Nov 3 13:06:43 CET 2008


Dear Julia,

I think the best thing to do is to save your workspace, including all your objects. This works 
conveniently using the drop-down menu on Windows.

Alternatively, you can use sink(), for example using the Windows clibboard:

sink("clipboard")
summary(...) # your object(s) here
sink()

Best wishes
Christoph



liujb schrieb:
> Dear R users,
> 
> I am building a hierarchical model on a large data set. It can take quite
> some time to finish one fit, I was just wondering whether it is possible to
> store the fit object (the result) to a file for later (offline) analysis. 
> 
> thanks
> Julia



More information about the R-help mailing list