Thursday, January 16, 2014

New project: Stata-like regression analysis

"You think you know when you can learn, are more sure when you can write, even more when you can teach, but certain when you can program"
-Alan Perlis

NOTE: THIS PROJECT IS GOOD AND DEAD.

I'm now beginning work on an open source package--working title "freeregr"--to provide a basic interpreter for the Stata statistical analysis language. This is my first free software project, and I'm not at all sure how far it will go, but my goal is to provide basic multiple regression capabilities and data manipulation.

freeregr will:

  1. Get me more familiar with the actual math behind regression analysis. The big criticism of Stata is that it is a black box, and I used Stata to learn econometrics. So hopefully I'll gain a more fundamental understanding.
  2. Provide a resource to job applicants who would like to acquire basic Stata skills but don't have access to a Stata license.
  3. Stick it to the proprietary software Man. 
Stata predominates in economics, and apparently it is also used in bioinformatics. Many RA positions require Stata proficiency and it is a staple of undergraduate economics classes. 

If you are interested in signing on, let me know. freeregr should show up on Github in the next few days...

No comments:

Post a Comment