我正在尝试在 python 脚本中(循环内)重复执行 GLM(广义线性模型)。
1- 我尝试在 Scipy glm 函数中使用 Stats,但描述完全不存在,我认为我没有很好地使用它 --> 错误消息
"ValueError: only ttest_ind implemented".
我在 stats.py 文件和 _support.py 中搜索以找到没有结果的方式。
2-我尝试安装 RPY2(希望 lgautier 或其他人会读到我) ot 使用 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(noob/basic student learner)并将其与 python 接口?