Statsmodels notes
From raju
external links
- http://statsmodels.sourceforge.net/devel/gettingstarted.html - shows that statsmodels can handle categorical variables by creating dummy variables on the fly.
- http://www.statsmodels.org/dev/generated/statsmodels.regression.linear_model.RegressionResults.html - explains different variables in the summary object.