【发布时间】:2018-11-23 08:10:33
【问题描述】:
使用 pandas statsmodels 的.summary() 函数时,OLS 回归结果包括以下字段。
coef std err t P>|t| [0.025 0.975]
我如何获得标准化系数(不包括截距),类似于 SPSS 中可实现的系数?
【问题讨论】:
标签: python pandas regression statsmodels coefficients