I am just frustrated when I try to install rpy2 on my computer. I
download rpy2-2.3.6.win32-py2.7.exe and use it to install. but when i test
the tests.py , it give me that error:
Traceback (most recent call last):
File "C:\Users\tanhe\Desktop\rpy2-2.3.6\rpy\tests.py", line 2, in
import sys,
the same question!
在 2013-7-9 上午8:27,"Horea Christian" 写道:
> Hi guys, I am using the followin code to print the results of my factor
> analysis.
>
> from rpy2.robjects import r
> import rpy2.robjects.numpy2ri
> rpy2.robjects.numpy2ri.activate()
> fit = r.factanal(cleaned_data, 4, rotation="varimax