Minitab plots the standardized effects in the decreasing order of their absolute values. The reference line on the chart indicates which effects are significant. By default, Minitab uses a significance level of 0.05 to draw the reference line. With no error term, Minitab uses Lenth's method to draw the reference line.
Source | DF | Adj SS | Adj MS | F-Value | P-Value |
---|---|---|---|---|---|
Model | 11 | 451.357 | 41.032 | 17.99 | 0.007 |
Covariates | 1 | 3.591 | 3.591 | 1.58 | 0.278 |
MeasTemp | 1 | 3.591 | 3.591 | 1.58 | 0.278 |
Linear | 4 | 304.587 | 76.147 | 33.39 | 0.002 |
Material | 1 | 35.053 | 35.053 | 15.37 | 0.017 |
InjPress | 1 | 113.068 | 113.068 | 49.59 | 0.002 |
InjTemp | 1 | 75.533 | 75.533 | 33.12 | 0.005 |
CoolTemp | 1 | 38.666 | 38.666 | 16.96 | 0.015 |
2-Way Interactions | 6 | 20.309 | 3.385 | 1.48 | 0.366 |
Material*InjPress | 1 | 1.732 | 1.732 | 0.76 | 0.433 |
Material*InjTemp | 1 | 3.045 | 3.045 | 1.34 | 0.312 |
Material*CoolTemp | 1 | 0.095 | 0.095 | 0.04 | 0.848 |
InjPress*InjTemp | 1 | 1.538 | 1.538 | 0.67 | 0.458 |
InjPress*CoolTemp | 1 | 0.012 | 0.012 | 0.01 | 0.947 |
InjTemp*CoolTemp | 1 | 14.694 | 14.694 | 6.44 | 0.064 |
Error | 4 | 9.121 | 2.280 | ||
Total | 15 | 460.478 |
In these results, the main effects for Material, InjPress, InjTemp, and CoolTemp are statistically significant at the significance level of 0.05. You can conclude that changes in these variables are associated with changes in the response variable.
MeasTemp is a covariate in this model. The coefficient for the main effect represents the change in the mean response for a one-unit increase in the covariate, while the other terms in the model are held constant. For each one-degree increase in temperature, the estimated mean strength decreases by −1.229.
The two-way interaction terms are not statistically significant. The relationship between each variable and the response may not depend on the value of the other variable.
To determine how well the model fits your data, examine the goodness-of-fit statistics in the Model Summary table.
Use S to assess how well the model describes the response. Use S instead of the R2 statistics to compare the fit of models that have no constant.
S is measured in the units of the response variable and represents how far the data values fall from the fitted values. The lower the value of S, the better the model describes the response. However, a low S value by itself does not indicate that the model meets the model assumptions. You should check the residual plots to verify the assumptions.
The higher the R2 value, the better the model fits your data. R2 is always between 0% and 100%.
R2 always increases when you add additional predictors to a model. For example, the best five-predictor model will always have an R2 that is at least as high as the best four-predictor model. Therefore, R2 is most useful when you compare models of the same size.
Use adjusted R2 when you want to compare models that have different numbers of predictors. R2 always increases when you add a predictor to the model, even when there is no real improvement to the model. The adjusted R2 value incorporates the number of predictors in the model to help you choose the correct model.
Use predicted R2 to determine how well your model predicts the response for new observations. Models that have larger predicted R2 values have better predictive ability.
A predicted R2 that is substantially less than R2 may indicate that the model is over-fit. An over-fit model occurs when you add terms for effects that are not important in the population. The model becomes tailored to the sample data and, therefore, may not be useful for making predictions about the population.
Predicted R2 can also be more useful than adjusted R2 for comparing models because it is calculated with observations that are not included in the model calculation.
S | R-sq | R-sq(adj) | R-sq(pred) |
---|---|---|---|
1.51005 | 98.02% | 92.57% | 70.86% |
In these results, the model explains 98.02% of the variation in light output. For these data, the R2 value indicates the model provides a good fit to the data. If additional models are fit with different predictors, use the adjusted R2 values and the predicted R2 values to compare how well the models fit the data.
Use the residual plots to help you determine whether the model is adequate and meets the assumptions of the analysis. If the assumptions are not met, the model may not fit the data well and you should use caution when you interpret the results.
For more information on how to handle patterns in the residual plots, go to Residual plots for Analyze Factorial Design and click the name of the residual plot in the list at the top of the page.
Pattern | What the pattern may indicate |
---|---|
Fanning or uneven spreading of residuals across fitted values | Nonconstant variance |
Curvilinear | A missing higher-order term |
A point that is far away from zero | An outlier |
A point that is far away from the other points in the x-direction | An influential point |
Use the residuals versus fits plot to verify the assumption that the residuals are randomly distributed and have constant variance. Ideally, the points should fall randomly on both sides of 0, with no recognizable patterns in the points.
Use the normal probability plot of the residuals to verify the assumption that the residuals are normally distributed. The normal probability plot of the residuals should approximately follow a straight line.
The patterns in the following table may indicate that the model does not meet the model assumptions.
Pattern | What the pattern may indicate |
---|---|
Not a straight line | Nonnormality |
A point that is far away from the line | An outlier |
Changing slope | An unidentified variable |