Chapter 14 Flashcards
What is a Multiple Regression Model?
Models that use 2 or more independent variables to predict the value of a dependent variable.
What is the Multiple Regression Model w/ k independent variables?
What is the Multiple Regression Model w/ 2 independent variables?
What is the Multiple Regression Equation w/ 2 independent variables for samples?
Note: you use the least-squares method to compute the sample regression coefficients b0, b1, and b2 as estimates of the population parameters β0, β1, and β2.
What are Multiple Regression Coefficients?
A regression coefficient is the slope of the linear relationship between a dependent variable and a predictor variable that is independent. (b0, b1)
The slopes of multiple variables that predict the change in the dependent variable based on the change in the independent variables. (β0, β1, β2)
List the 3 Methods to Evaluate the overall Multiple Regression Model
- The coefficient of multiple determination (r2)
- The adjusted coefficient of multiple determination (r2adj)
- The overall F test
What is the Coefficient of Multiple Determination?
The coefficient of multiple determination represents the proportion of the variation in Y that is explained by all the independent variables.
How do you determine the Coefficient of Multiple Determination?
The coefficient of multiple determination is equal to the regression sum of squares (SSR) divided by the total sum of squares (SST)
What does the Coefficient of Multiple Determine indicate?
r2 indicates that x% of the variation in the dependent variable is explained by the variation in the independent variables.
What is the Adjusted r2?
r2adj is the coefficient of multiple determination with the added variable of the sample size.
How do you determine r2adj?
Why would you use the overall F test?
To determine whether there is a significant relationship b/t the dependent variable and the entire set of independent variables.
How do you determine the FSTAT of the overall F Test?
What are H0 and H1 for the overall F test?
- H0: β1 = β2 = … = βk = 0*
- H1: At least one βj ≠ 0, j = 1,2, … , k*
- *
If you fail to reject H0, you conclude that the model fit is not appropriate.
If you reject H0, you use methods in 14.4 and 14.5 to determine which independent variables should be included in the model.
Review the ANOVA Summary Table for the Overall F Test
Decision rule is:
Reject H0 at the α level of significance if FSTAT > Fα;
otherwise, do not reject H0.