One-Way ANOVA

Model Summary Table

  

S, Rimage\squared.gif and adjusted Rimage\squared.gif are measures of how well the model fits the data. These values can help you select the model with the best fit.

·    S is measured in the units of the response variable and represents the standard distance that data values fall from the regression line. For a given study, the better the equation predicts the response, the lower S is.

·    Rimage\squared.gif (R-Sq) describes the amount of variation in the observed response values that is explained by the predictor(s). Rimage\squared.gif always increases with additional predictors. For example, the best five-predictor model will always have a higher Rimage\squared.gif than the best four-predictor model. Therefore, Rimage\squared.gif is most useful when comparing models of the same size.

·    Adjusted Rimage\squared.gif is a modified Rimage\squared.gif that has been adjusted for the number of terms in the model. If you include unnecessary terms, Rimage\squared.gif can be artificially high. Unlike Rimage\squared.gif, adjusted Rimage\squared.gif may get smaller when you add terms to the model. Use adjusted Rimage\squared.gif to compare models with different numbers of predictors.

·    Rimage\squared.gif (pred) indicates how well the model predicts responses for new observations. Predicted Rimage\squared.gif can prevent overfitting the model. This statistic is more useful than adjusted Rimage\squared.gif for comparing models because it is calculated with observations not included in the model calculation. Larger values of predicted Rimage\squared.gif suggest models of greater predictive ability.

Example Output

Model Summary

 

  R-sq  R-sq(adj)  R-sq(pred)

47.44%     39.56%      24.32%

Interpretation

For the paint data, Rimage\squared.gif is 47.44% and adjusted Rimage\squared.gif equals 39.56%. If you are comparing different paint hardness models, then you generally look for models that minimize S and maximize the three Rimage\squared.gif values.