Dear mixOmics members,
I am working a lot with block.splsda and cim/cimDiablo functions, and I would like to know how to export/import results of class ‘cim_default’.
Indeed, I start by running ‘cim’, and I store the results in my RStudio global environment
my_result ← cim(…)
As written in the environment, my_result is “Large cim_default”.
I would like to export it and then import it in the RStudio environment from another computer, because this other computer is not powerful enough to run ‘cim’ with my data.
Do you have any idea about how to export/import this data of class ‘cim_default’, for instance by using save/load functions or anything else ? (I’m not really good with this kind of stuff, I rarely use other functions than read.csv and write.csv when I try to import/export data).
Best regards,
Emile