This question is a follow-up to a question I posted earlier this year.
Integrating R Statistical Package into Rails Application
Based upon the response I received, I have landed on Rserve as the means to integrate R into my rails application. Specifically, I will:
- Download and Install R
- Install the Rserve package #you install this like other R packages.
- Install the Rserve-Ruby Client
- Install rserver-simpler #this gems is a simpler interface to the Rserve-Ruby client.
I'm running jruby via torque box and plan to use R with the mlogit package.
My questions are:
- Has anyone followed a similar approach and what has been your experience. What are the gotchas
- How is the performance. Rserve_Ruby Client is supposed to be performant.
- What R packages have you used? Have you used the mlogit package.
- Please share any additional information you think may be helpful.
Thanks for your input.