Top "Rpy2" questions

RPy is a very simple, yet robust, Python interface to the R Programming Language.

How do Rpy2, pyrserve and PypeR compare?

I would like to access R from within a Python program. I am aware of Rpy2, pyrserve and PypeR. What …

python r rpy2 pyrserve pyper
Converting python objects for rpy2

The following code is supposed to create a heatmap in rpy2 import numpy as np from rpy2.robjects import r …

python r rpy2
trouble installing rpy2 on win7 (R 2.12, Python 2.5)

I'm brand new to Python (and programming in general) I come from a finance background, so please bear with me. …

python r windows-7 matplotlib rpy2
Installing rpy2 for Python 3 using pip

I am trying to install the rpy2 package for python 3 on Windows 7. So I simply typed pip install rpy2 in …

r python-3.x pip rpy2
How to implement R's p.adjust in Python

I have a list of p-values and I would like to calculate the adjust p-values for multiple comparisons for the …

python r statistics rpy2
R_HOME Error with rpy2

I know there are quite a few posts on getting up and running with rpy2 on windows 7 32 bit. I have …

python r windows-7 rpy2
Rpy2 not finding package

I'm using Rpy2 on windows 7 64 and having trouble loading a package: in R: using(mi) in python: from rpy2.robjects.…

python rpy2
Minimal example of rpy2 regression using pandas data frame

What is the recommended way (if any) for doing linear regression using a pandas dataframe? I can do it, but …

r pandas rpy2
Converting an RPy2 ListVector to a Python dictionary

The natural Python equivalent to a named list in R is a dict, but RPy2 gives you a ListVector object. …

python rpy2
Encountering error when installing rpy2: Tried to guess R's HOME but no R command in the PATH

I've seen a lot of posts here and elsewhere about this error, but none of the proposed solutions appear to …

python r rpy2