GitHub - chrisjordansquire/r_vs_py: Simple comparison of Python and R for a basic OLS analysis

1 min read Original article ↗
This contains a comparison of R and Python for a simple OLS analyis 
of a dateset. 

The original comparison is in the folder original. 

A revised comparison, using comments from the scipy users list,
is in the folder revised. 

This revised comparison has simpler R and Python code and uses pandas
for part of the analysis. (However, it is pandas 0.4, which is 
currently in development.)