What is the goodness of fit? What is the measure of goodness of fit in a simple linear regression?
What is R-squared?
What is explained variation & total variation?
What is adjusted R-squared and why do we need it?
What is the formula of R-bar^2?
What happens when we add a new independent variable to a regression model?
How does the t-statistic of the slope co-efficient of the new independent variable affect the adjusted R^2?
What does a high value of adjusted r^2 or r^2 tell us?
What are some limitations of the Adjusted r^2?
So are there other statistical measures which can be used to measure the goodness of fit of the regression model?
When do we prefer one over the other?
How do we run a hypothesis test for a single regression co-efficient?
What are the steps to do a hypothesis test?
What is a Joint F-test?
F = [(Sum of squares errors Restricted/nested model - Sum of squares error unrestricted)/q] / [(Sum of squares errors unrestricted model) / (n - k - 1)]
Here, we know what n is & also what k is and the (n-k-1) is the degrees of freedom.
q = no. of independent variables we have not taken into consideration from the total number of independent variables or the no. of independent variables that we are restricting.
What is a general linear F-test?
Test statistic formula:
F = Mean regression sum of squares / mean squared errors = MSR / MSE
What is Forecasting using Multiple linear regression?
Some imp points to remember: