2014-06-03 Python で『書籍 "RとRubyによるデータ解析入門』 のサンプルコードを書いてみるメモ Python Ruby 元 『O'Reilly Japan - RとRubyによるデータ解析入門』 https://github.com/setoyama60jp/everyday/blob/master/Chapter4/restroom.rb https://github.com/setoyama60jp/everyday/blob/master/Chapter4/example4-4.rb Ruby のサンプルを Python で書き換えた。 取りあえず restroom.rb と example4-4.rb だけ。 Github に置いてみた https://github.com/CortYuming/everyday_py/blob/master/Chapter4/restroom.py https://github.com/CortYuming/everyday_py/blob/master/Chapter4/example4_4.py 実行してみる $ python example4-4.rbで csv 書き出してオリジナルのサンプルにあるRファイルを実行 https://github.com/setoyama60jp/everyday/blob/master/Chapter4/example4-5.r $ R --vanilla --slave < example4-5.rfigure4-2.pdf