当我使用R运行lm()回归时,我从summary()获得“残差标准误差”。为什么每个观察值只有一个残留标准误差值而不是残留标准误差列表?
summary()中显示的该值的含义是什么?summary()中显示的“残留标准误差”是否为每个观察值的残留标准误差列表的平均值?谢谢。
Residual standard error: 0.8498 on 44848 degrees of freedom
(7940 observations deleted due to missingness)
Multiple R-squared: 0.4377, Adjusted R-squared: 0.4375
Run Code Online (Sandbox Code Playgroud)