I want to visualize some of my statistical caluclations in Ruby.
My problem is, that I can’t find the right gem for that.
rsruby doesn’t seem to be up-to-date and I can’t install it in Ruby 1.9.2.
Do you know a way how to run the R commands in Ruby?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just saw this post and thought I should comment since I use R pretty extensively. If you are coming from an R background the best gem I have found is Rinruby. The reason it is fantastic is because you don’t interpret the commands in ruby, you use actual R code. For example:
On the Rinruby website I listed above there are some fantastic examples to get you started. Hope this helped.
-Sean