Another Comment about “PYPER vs RPY2”

An insightful comment below about “pyper vs rpy2” was made by Dr Xiao-Qin Xia, the developer of pyper. 1) While Rpy2 package and objects has many methods to learn, R interpreter is wrapped as a Python object in PypeR without special methods, that means the user can learn to use PypeR in minutes. 2) While […]

A Light Touch on RPy2

For a statistical analyst, the first step to start a data analysis project is to import the data into the program and then to screen the descriptive statistics of the data. In python, we can easily do so with pandas package. Tonight, I’d like to add some spice to my python learning experience and do […]