Pythonスクリプト内(ループ内)でGLM(一般化線形モデル)を繰り返し実行しようとしています。
1- Scipy glm 関数内で Stats を使用しようとしましたが、説明がまったく存在せず、うまく使用できなかったと思います --> エラー メッセージ
"ValueError: only ttest_ind implemented".
stats.py ファイル内と _support.py 内を検索して、結果のない方法を見つけました。
2-私はRPY2をインストールしようとしました(lgautierまたは他の人が私を読んでくれることを願っています)またはRを利用した機能を使用しています。しかし、私はWindows 7 64を使用しており、うまくインストールできなかったようです。エラーメッセージがあります:
import rpy2.tests
File "C:\Python26\lib\site-packages\rpy2\tests.py", line 3, in
import rpy2.robjects.tests
File "C:\Python26\lib\site-packages\rpy2\robjects\__init__.py", line 12, in
import rpy2.rinterface as rinterface
File "C:\Python26\lib\site-packages\rpy2\rinterface\__init__.py", line 22, in
"This might be because R.exe is nowhere in your Path.")
RuntimeError: Unable to determine R version from the registery.Calling the command 'R RHOME' does not return anything.
This might be because R.exe is nowhere in your Path.
Python で堅牢な GLM を実行する方法 (他の方法は? Windows 7 64 に RPY (初心者/基本的な学生学習者) をインストールし、Python とインターフェイスする方法は?