Chapter 13: Problem 11
In exercise \(1,\) the following estimated regression equation based on 10 observations was presented. \\[\hat{y}=29.1270+.5906 x_{1}+.4980 x_{2}\\] The values of SST and SSR are 6724.125 and \(6216.375,\) respectively. a. Find SSE. b. Compute \(R^{2}\) c. Compute \(R_{\mathrm{a}}^{2}\) d. Comment on the goodncss of fit.
Short Answer
Step by step solution
Identify the Given Values
Calculate SSE
Calculate R Squared (R^2)
Calculate Adjusted R Squared (Ra^2)
Comment on the Goodness of Fit
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
SST
- SST Formula: The formula for SST is: \[ SST = \sum (y_i - \bar{y})^2 \] where \( y_i \) is each individual observation and \( \bar{y} \) is the mean of all observations.
- Importance: SST helps determine how much of the total variation in the dependent variable can be elucidated by the regression equation.
SSR
- SSR Formula: SSR is calculated using the formula: \[ SSR = \sum (\hat{y}_i - \bar{y})^2 \] where \( \hat{y}_i \) are the predicted values of the observations using the regression line, and \( \bar{y} \) is the mean of the actual observations.
- Role: SSR reflects how well the explanatory variables in the model explain the variability in the dependent variable.
Goodness of Fit
- \( R^2 \) Value: It’s calculated as \( R^2 = SSR/SST \), and shows the percentage of the total variability explained by the model. A higher \( R^2 \) value suggests a better fit.
- Interpretation: An \( R^2 \) value of 0.924 in this context means that 92.4% of the variance in the dependent variable is explained by the model, suggesting a very strong fit.
Adjusted R Squared
- Formula: Adjusted \( R^2 \) is calculated as: \[ R_a^2 = 1 - \left(\frac{(1 - R^2) \times (n - 1)}{n - k - 1}\right) \] where \( n \) is the number of observations, and \( k \) is the number of predictors.
- Significance: Unlike \( R^2 \), Adjusted \( R^2 \) can increase or decrease when predictors are added or removed. A high Adjusted \( R^2 \) indicates that the model is robust in capturing the variability without overfitting.