Re: [Rpy] still cannot import rpy on XP

2007-12-19 Thread Michael ODonnell
FYI: I am able to run rpy on windows now, but I am also using different versions of the programs listed by Mario: Windows XP Pro SP2 x86 processor R 2.5.1 Python 2.5.1 and pythonwin IDE numpy-1.0.4.win32-py2.5 rpy-1.0.1-R-1.3.0-to-2.6.1-Numpy-win32-py2.5 I hope this may be of some help. Mike

[Rpy] still cannot import rpy on XP

2007-12-19 Thread Mario Beauchamp
Hi all, I'm having the same problem as before: import rpy fails silently in interactive interpreter. Trying in pythonwin crashes it. Running Windows XP SP2, R 2.5.1, Python 2.4.2, Numeric Using rpy-1.0.1-R-1.3.0-to-2.6.1-Numeric-win32-py2.4.exe This looks like the same bug as before... should it

Re: [Rpy] a question about SCALE function.

2007-12-19 Thread Gregory Warnes
When asking a question of this sort, it is usually helpful to provide an example of the code you were attempting to run. For what its worth, the scale function works properly for me: >>> from rpy import * >>> r.scale( range(10) ) array([[-1.48630108], [-1.15601195], [-0.82572

Re: [Rpy] Repeated measure ANOVA : formula and summary problem

2007-12-19 Thread Etienne Gaudrain
And... it works !! Thanks again !! -Etienne Gregory Warnes a écrit : > > Hi Etienne, > > The basic problem is that under the default conversion mode > (BASIC_CONVERSION) all R objects are converted to roughly-equivalent > python structures. As a consequence, the object 'av' isn't actually > a