Model Summary
----------------------------------------------------------------------
R 0.815 RMSE 41726.448
R-Squared 0.665 Coef. Var 25.289
Adj. R-Squared 0.661 MSE 1741096458.349
Pred R-Squared 0.640 MAE 30629.922
----------------------------------------------------------------------
RMSE: Root Mean Square Error
MSE: Mean Square Error
MAE: Mean Absolute Error
ANOVA
------------------------------------------------------------------------------------
Sum of
Squares DF Mean Square F Sig.
------------------------------------------------------------------------------------
Regression 679572705955.336 2 339786352977.668 195.157 0.0000
Residual 342996002294.664 197 1741096458.349
Total 1022568708250.000 199
------------------------------------------------------------------------------------
Parameter Estimates
---------------------------------------------------------------------------------------------------
model Beta Std. Error Std. Beta t Sig lower upper
---------------------------------------------------------------------------------------------------
(Intercept) -11553.295 9556.111 -1.209 0.228 -30398.701 7292.110
Living_Area 58.047 5.875 0.543 9.881 0.000 46.462 69.633
Bathrooms 38141.447 6027.411 0.348 6.328 0.000 26254.916 50027.977
---------------------------------------------------------------------------------------------------
A closer look at the Parameter Estimates
Interpreting the new Model
Model: \[ Est. Selling Price = -11553.295 + 58.047\times Living Area + 38141.447 \times Bathrooms \]
Interpretation:
If number of bathrooms remains unchanged, each additional square foot is estimated to raise the selling price by about 58 dollars.
If living area remains unchanged, each additional bathroom will raise the estimated selling price by about 38 THOUSAND dollars.
💥 Lecture 26 In-class Exercises - Q2 💥
Based on this model, if a house is renovated to increase the square footage by 1000 square feet and two bathrooms are added, what would be estimated change in price?
Round your answer to a whole dollar amount.
Model: \[ Est. Selling Price = -11553.295 + 58.047\times Living Area + 38141.447 \times Bathrooms \]
To answer this question, exclude the intercept because we are only inteested in the change in price, not the price itself.
In this case, the calculation INCLUDES the intercept because we want to estimate the price of a house, not the chage in price.
Much more to Cover about MLR Models in BUA 345
This introduction to MLR is meant to be exactly that.
Ideally this gives you a better understanding of some the Parameter Estimates outut.
What we don’t cover until BUA 345:
Using the p-values and model fit statistics to decide between models
Which variables should we keep in the model?
How much information does each variable add to the model?
Are there interactions between the variables that should be added to the model?
In the modeling section of BUA 345:
Short review of SLR and MLR models and then continue with these topics.
More time spent on dagnostics and writing the model code.
Key Points from Today
MLR models are a logical and straightforward extension of SLR models
Visualizing MLR models isn’t feasible
Interpretation is similar, but not identical to MLR models.
As with SLR models, the model is only valid for the range of X values used to create it.
Today’s model would not apply to a 10000 square foot house with 8 bathrooms.
Regression model output includes hypothesis tests of each model coefficient.
For SLR and MLR, the hypothesis test of \(\beta_{i}\) is an indication of whther that variable is useful to the model.
In BUA 345, we will use these hypothesis tests and other measures of model fit to determine which variables to include in our models.
To submit an Engagement Question or Comment about material from Lecture 26: Submit by midnight today (day of lecture). Click on Link next to the ❓ under Lecture 26