Example of Fitted Line Plot

A materials engineer at a furniture manufacturing site wants to assess the stiffness of the particle board that the manufacturer uses. The engineer measures the stiffness and the density of a sample of particle board pieces.

The engineer uses simple regression to determine whether the density of the particles is associated with the stiffness of the board.

  1. Open the sample data, ParticleBoard.MTW.
  2. Choose Stat > Regression > Fitted Line Plot.
  3. In Response (Y), enter Stiffness.
  4. In Predictor (X), enter Density.
  5. Under Type of Regression Model, select Quadratic.
  6. Click Graphs. Under Residual Plots, select Four in one. Click OK.
  7. Click Options. Under Display Options, select Display confidence interval and Display prediction interval.
  8. Click OK in each dialog.

Interpret the results

In the Analysis of Variance table, the p-value for the regression model is 0.000, which means that the actual p-value is less than 0.0005. Because the p-value is less than the significance level of 0.05, the engineer can conclude that the association between stiffness and density is statistically significant. In the Sequential Analysis of Variance table, the p-value for the linear term, Density is 0.000 and for the quadratic term, Density2 is 0.003. Both values are less than the significance level of 0.05.

However, there appears to be an outlier in the top right corner of the fitted line plot. Because the outlier could have a strong effect on the results, the engineer should investigate this point to determine its cause.

The regression equation is
Stiffness = 12.70 - 1.517 Density + 0.1622 Density^2

Model Summary

SR-sqR-sq(adj)
7.5634289.13%88.29%

Analysis of Variance

SourceDFSSMSFP
Regression212189.46094.70106.540.000
Error261487.357.21   
Total2813676.7     

Sequential Analysis of Variance

SourceDFSSFP
Linear111552.8146.860.000
Quadratic1636.611.130.003