Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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… Read more Rpy2 Not Finding Package

Read R Function Output As Columns

I'm trying to come up with a way to solve this question I asked yesterday: rpy2 fails to import… Read more Read R Function Output As Columns

Converting A R Listvector To A Python List With Rpy2

I have a function that takes the items in a Python list, puts them through a function in R, and out… Read more Converting A R Listvector To A Python List With Rpy2

Statistics Tests (kolmogorov And T-test) With Python And Rpy2

I've runned some algorithms and wanted to make some statistics analysis with the results. I hav… Read more Statistics Tests (kolmogorov And T-test) With Python And Rpy2

Accessing A R User Defined Function In Python

So I need to do Principle Component Regression with cross validation and I could not find a package… Read more Accessing A R User Defined Function In Python

Passing A Python Variable To R Using Rpy2

I have basic R script that performs a GLM on a MySQL dataset. This runs fine using Rscript in bash.… Read more Passing A Python Variable To R Using Rpy2

Rpy2 Dtw Missing Argument Window.size

I'm using the R DTW package with rpy2. I would like to be able specify a window type and size f… Read more Rpy2 Dtw Missing Argument Window.size

Rpy2 Install Problems On Debian

I have tried every install method I can think of to install RPy2 on our debian server and I get the… Read more Rpy2 Install Problems On Debian