单因子方差分析

模型摘要表

  

S、Rimage\squared.gif 和调整的 Rimage\squared.gif 是模型对数据的拟合优度的度量。这些值有助于您选择具有最佳拟合的模型。

·    S 以响应变量的单位进行度量,它表示数据值偏离回归线的标准距离。对于给定研究,等式预测响应的效果越好,S 越小。

·    Rimage\squared.gif(R 平方)描述在观测的响应值中由预测变量解释的变异量。Rimage\squared.gif 始终随预测变量的增加而增大。例如,最佳的五预测变量模型的 Rimage\squared.gif 始终比最佳的四预测变量模型的高。因此,比较相同大小的模型时 Rimage\squared.gif 最有效。

·    调整的 Rimage\squared.gif 表示已根据模型中的项数调整的修正 Rimage\squared.gif。如果包括了不必要的项,Rimage\squared.gif 会人为地变得很高。与 Rimage\squared.gif 不同,调整的 Rimage\squared.gif 在您向模型中添加项时可能变小。使用调整的 Rimage\squared.gif 比较预测变量数不同的各个模型。

·    Rimage\squared.gif(预测的)表示模型对新观测值预测响应的好坏程度。预测的 Rimage\squared.gif 可以防止过度拟合模型。在比较模型方面,这个统计值比调整的 Rimage\squared.gif 更有用,因为它是用模型计算中未包括的观测值计算得出的。较大的预测的 Rimage\squared.gif 值说明模型的预测能力较强。

输出示例

模型汇总
 
                 R-sq(调
      S    R-sq      整)  R-sq(预测)
3.95012  47.44%    39.56%      24.32%
                                     

解释

对于油漆数据,Rimage\squared.gif47.44%,调整的 Rimage\squared.gif 等于 39.56%。如果要比较不同的油漆硬度模型,则通常要查找可使 S 最小化并使三个 Rimage\squared.gif 值最大化的模型。