Skip to content
Prev 246693 / 398503 Next

How to export/save an "mrpp" object?

On Jan 6, 2011, at 10:03 PM, Nikos Alexandris wrote:

            
And what happened when you tried what seems like the obvious:

save(mrpp_obj, file=)
# rm(list=ls() )  # Only uncomment if you are ready for your workspace  
to clear
load("mrpp_store.Rdata")
Many of us have no idea what such an object is, since you have not  
described the packages and functions used to create it. If you want an  
ASCII version then dput or dump are also available.


--
David Winsemius, MD
West Hartford, CT