Based on the regression output from our simple linear regression model below, What is the estimated selling price of a 2300 sq. ft. house, based on this model?
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 \]
Model Summary
--------------------------------------------------------------------------
R 0.821 RMSE 40864.224
R-Squared 0.673 MSE 1669884825.573
Adj. R-Squared 0.668 Coef. Var 25.018
Pred R-Squared 0.641 AIC 4824.780
MAE 30119.407 SBC 4841.271
--------------------------------------------------------------------------
RMSE: Root Mean Square Error
MSE: Mean Square Error
MAE: Mean Absolute Error
AIC: Akaike Information Criteria
SBC: Schwarz Bayesian Criteria
ANOVA
------------------------------------------------------------------------------------
Sum of
Squares DF Mean Square F Sig.
------------------------------------------------------------------------------------
Regression 688591743135.442 3 229530581045.147 134.704 0.0000
Residual 333976965114.558 196 1703964107.727
Total 1022568708250.000 199
------------------------------------------------------------------------------------
Parameter Estimates
--------------------------------------------------------------------------------------------------
model Beta Std. Error Std. Beta t Sig lower upper
--------------------------------------------------------------------------------------------------
(Intercept) 5775.299 12087.330 0.478 0.633 -18062.622 29613.220
Living_Area 60.614 5.918 0.567 10.243 0.000 48.943 72.285
Bathrooms 30089.928 6913.944 0.274 4.352 0.000 16454.654 43725.201
House_Age -235.721 102.458 -0.112 -2.301 0.022 -437.783 -33.658
--------------------------------------------------------------------------------------------------
Examining the MLR with Three X Variables
Hopefully, the interpretation will seem redundant at this point…
MLR Model with Three X Variables
\[\begin{split}
Est. Selling Price = \\
& 5775.299 + 60.614\times Living Area + \\
& 30089.928 \times Bathrooms - 235.721\times House Age
\end{split}\]
Interpretation:
If number of bathrooms and age of the house remain unchanged, each additional square foot is estimated to raise the selling price by about 61 dollars.
If living area and age of the house remain unchanged, each additional bathroom will raise the estimated selling price by about 30 THOUSAND dollars.
If living area and number of bathrooms remain unchanged, each additional year will LOWER the estimated selling price by about 236 dollars.
Question 4. What is the plain english interpretation of the alternative, hypothesis, \(H_{A}\), for the row labeled House_Age in the Parameter Estimates table?
Select all true statememnts.
Question 4. Based on the model output, do we conclude that this alternative hypothesis, \(H_{A}\), is true or false?
HINT: The p-value for this hypothesis test is in the Sig column.
Key Points from Today
Multiple Linear Regression (MLR) is an extension of SLR where we ADD more variables to the model.
For MLR, the hypothesis test of each \(\beta\) is an indication of whether or not that variable is useful to the model.
A key assumption of SLR and MLR is that the response, Y, is normally distributed.
If the response is right-skewed which is common in data having to do with money, a good strategy is to use a natural log transformation.
This process will be illustrated and practiced in HW 5 after Quiz 1.
HW 4 was due 2/11/2026
To submit an Engagement Question or Comment about material from Lecture 10: Submit it by midnight today (day of lecture).