Skip to content Skip to sidebar Skip to footer

Pandas And Rpy2: Why Does Ezanova Work Via Robjects.r But Not Robjects.packages.importr?

Like many, I'm hoping to stop straddling R and Python worlds and just work in Python using Pandas, Pyr2, Numpy, etc. I'm using the R package ez for its ezANOVA facility. It works i

Solution 1:

In the easy version you are passing symbol names as strings. This is not the same as a symbol.

Check the use of as_symbol in Minimal example of rpy2 regression using pandas data frame

Post a Comment for "Pandas And Rpy2: Why Does Ezanova Work Via Robjects.r But Not Robjects.packages.importr?"