Print 'std err' value from statsmodels OLS results
问题 (Sorry to ask but http://statsmodels.sourceforge.net/ is currently down and I can't access the docs) I'm doing a linear regression using statsmodels , basically: import statsmodels.api as sm model = sm.OLS(y,x) results = model.fit() I know that I can print out the full set of results with: print results.summary() which outputs something like: OLS Regression Results ============================================================================== Dep. Variable: y R-squared: 0.952 Model: OLS Adj.