I have a list of p-values and I would like to calculate the adjust p-values for m开发者_如何学Cultiple comparisons for the FDR. In R, I can use:
I use rpy2-2.0.8, R-2.11.1, Python-2.6.2 on Windows XP. When I run this script, output image is filled with text message.
I\'m using rpy2 V2.0.8 with Windows. I\'m using rpy2 to for classification and would like to save (pickle) the model (for example the output from glm). However, as far as I know V2.0.8 does not suppor
I am new to both R and rpy2. I am trying to port the following example library(MASS)# for eqscplot data(topo, package=\"MASS\")
I\'m running a simple Python program using rpy2 in a cluster managed by pbs_torque. My problem is that the same piece of code works perfectly and other times is killed without logical reason or error
I am using rpy2-2.2.2 with the new free Enthought python distri开发者_StackOverflow社区bution that includes numpy 1.6.0 and python 2.7.2. I easy_installed rpy2 which resulted in v. 2.2.2 being install
I m working with rpy2 on Ubuntu 1104. I m following the COX file. The steps given in file are in R. I have to do same steps in python using rpy2.
I am trying to install rpy2 from a downloaded source archive \'rpy2-2.2.1.tar.gz\'. I have been following the installation instructions provided from the rpy2 documentation. This is what I am doing:
I\'ve been able to install rpy2 v2.0.8 from the .msi from source forge, but I\'d like to use the latest version that includes the packages code, i.e. v2.1.9.
I am trying to access the \"as.vector\" R function from within Python, using rpy2. Let\'s say, for the sake of simplicity, that I want to do something as simple as this using rpy2 开发者_JAVA技巧(R co