.summary()使用 pandas statsmodels的函数时,OLS 回归结果包括以下字段。
.summary()
coef std err t P>|t| [0.025 0.975]
如何获得标准化系数(不包括截距),类似于 SPSS 中可实现的?
python regression pandas statsmodels coefficients
coefficients ×1
pandas ×1
python ×1
regression ×1
statsmodels ×1