I center the two predictors in the code I pasted above:
wages['hgc.9']=wages['hgc.9']-wages['hgc.9'].mean()
wages['exper']=wages['exper']-wages['exper'].mean()
I center the two predictors in the code I pasted above:
wages['hgc.9']=wages['hgc.9']-wages['hgc.9'].mean()
wages['exper']=wages['exper']-wages['exper'].mean()