Sunday, 29 September 2013

How to you export a predictive model from R to Excel?

How to you export a predictive model from R to Excel?

I'm curious how to export a predictive model from R into Excel so that it
can be distributed to others to use. A linear model would be easy(take the
coefficients), but something more complex like a neural net or boost
regression would be more difficult. I've read about the PMML package and
how it exports the model into XML, but I'm not sure how this would be
implemented into Excel.
Thanks

No comments:

Post a Comment