Using the Equation to Make Predictions  

ExampleGiven the same temperature, mowing, thirst example, if the temperature were 90 degrees Fahrenheit and someone mowed for one and a half hours, how much water would you estimate that they would want to drink during three hours outside?

Once you have the multiple regression equation, it is relatively straight forward to make predictions.  In this example, the regression equation was given by

Water = - 122 + 1.51*Temperature + 12.5*Mowing Time

Now set temperature to 90 degrees and mowing for 1.5 hours as given in the example. 

Water=-122+1.51*90+12.5*1.5=32.65 oz

We estimate that the person in the example would drink a little less than 33 ounces.  

Warning:  Make certain that the units in the problem match the units in the regression equation.  For example, if someone mowed for 30 minutes, you would need to change that value to 0.5 hours (half an hour) and substitute 0.5 into the regression equation NOT 30.


Interpretation of the Multiple Regression Equation

The interpretation of a multiple regression equation is similar, but not identical to the interpretation of a simple regression equation.  In multiple regression, there can still be an intercept, but in order to talk about the coefficient of a variable as a "slope" we have to hold each other variable in the equation constant.  

Example:  Recall for the temperature, mowing, water example, the multiple regression equation is

Water = - 122 + 1.51*Temperature + 12.5*Mowing Time


Interpretation of the Measures of the Strength of the Association for Multiple Regression 

Measuring the strength of the association for multiple regression is again similar to but slightly different from simple linear regression.  One measure of association used in simple linear regression is R-squared.  A capital R is used to indicate multiple input variables.   This measure should not be used in isolation  in multiple regression.  R-squared should be used in conjunction with R-squared adjusted (or adjusted R-squared).

Example:  For the temperature, mowing, thirst example, we have the following:

R-Sq = 99.4% 
R-Sq(adj) = 99.0%

S = 1.245

 

 

 


Now let's learn to compute these measures 

  STATS @ MTSU   Dictionary