[Rpy] how to install RPY2 on my win7 64bit computer?

2013-05-12 Thread Terry Tan
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,

Re: [Rpy] R plots only transiently displayed

2013-07-09 Thread Terry Tan
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