ECON 423 - Problem Set #1 - Solutions

Multiple Regression Models


Due:Thursday, September 18, by noon

Data: ps_1_data.xls (Excel Spreadsheet)
Solution: ps_1_solution.xls (Excel Spreadsheet)

Introduction: This problem set is based on material in Chapter 6. This problem set is designed to familiarize you with the linear regression feature found in spreadsheets as well as concepts from Chapter 6 of the text.

Instructions: Open the spreadsheet ps_1_data.xls in Excel. This spreadsheet contains the following variables:


Your answer to Question 1 below will be in a spreadsheet (Excel) file. Your answers to questions 2-6 will be in a word processor file (Word, Wordperfect, etc.). Name this wordprocessor file ps1xxxxxxx.doc (for a Word file). Attach both the spreadsheet file and the wordprocessor file to an e-mail and send it to me before Noon on Thursday, September 18.

Problem Set Question: Solvia is a closed primitive economy. It does not trade with foreign countries and it does not not have a government. The total product or total income in Solvia is used for consumption and investment

  1. Use the OLS method to estimate all parameters of the following empirical models

    Model 1: Ci = a1 + b1Yi + e1i

    Model 2: Ci = a2 + b2Zi + e2i

    Where Z=Y-C so Z is the value of autonomous investment expenditure in Solvovia.

    Model 1

    SUMMARY OUTPUT				
    				
    Regression Statistics				
    Multiple R        0.98
    R Square          0.96
    Adjusted R Square 0.96
    Standard Error    3.39
    Observations        12			
    				
    ANOVA
                df      SS        MS     F
    Regression   1   3568.73   3568.73 309.60
    Residual    10    115.26     11.52	
    Total       11   3684		
    
                 Coefficients    Standard Error    t Stat	
    Intercept           2.129             7.164     0.297
    X Variable 1        0.861             0.048    17.596
    

    Model 2
    Regression Statistics				
    Multiple R          0.53			
    R Square            0.28			
    Adjusted R Square   0.20			
    Standard Error     16.33			
    Observations          12			
    				
    ANOVA				
                df     SS       MS     F
    Regression   1  1017.31  1017.31   3.81
    Residual    10  2666.69   266.67	
    Total       11  3684		
    				
               Coefficients Standard Error   t Stat
    Intercept        87.192         20.919    4.168
    X Variable 1      2.212          1.132    1.953
    
  2. Explain what the coeffecient estimates from the regression model mean.

    For Model 1, the intercept or constant is the amount of consumption spending that takes place when income is zero. The parameter on variable 1 is themarginal propensity to consume out of income.

    For Model 2, the variable Zi is investment spending. The model is a linear relationship between consumption and investment, and the parameters are the intercept and slope of this linear relationship.

  3. Use a t-test to test the statistical significance of b1 and b2

    The details of the procedure are on page 211 (2. Testing of Hypotheses). Excel automatically generates the two tailed t-test.
    Test for parameter b1

  4. Use the regression results from Model 1 to predict the mean value of C when Y=200. Construct a 95% confidence interval for this predicted value.

    Prediction:
    The regression model is
    C = 87.192 + 2.212 x Y
    Plug Y=200 into this equation to get the predicted value of C when Y=200
    C = 87.192 + 2.212 (200) = 174

    Confidence Interval
    Use equation (6.90), page 212 in the text to find the confidence interval.
    The confidence interval is [167,182]. The spreadsheet has the details.

  5. Explain each of these statistics from the regressions mean: R2, SEE, Se2.

    SEE is the standard error of the estimate. This is a measure of the variation of the residuals from the regression model. See equation (6.77). Se2 is the variance of the resuduals from the regression model. It equals SEE2. R2 is the coefficient of determination. It shows the fraction of variation in the dependent variable (C) accounted for by variation in the independent variable. See equation (6.81).

  6. Explain what information you would need in order to use this model to predict the level of consumption expenditures in Solvia next year.

    Need a forecast of income in Solvia next year. The regression model shows how current consumption spending depends of current income. This implies that future consumption could be predicted using future income.