QA8 - Regression with Multiple Explanatory Variables Flashcards

1
Q

Distinguish between the relative assumptions of single and multiple regression

A

Multiple regression assumes that explanatory variables are not perfectly linearly dependent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Interpret regression coefficients in a multiple regression

A

Have to hold all other variables constant then standard interpretation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Interpret goodness-of-fit measures for single and multiple regressions, including R^2 and adjusted R^2

A

TSS = ESS + RSS
sum(yi - ybar)^2 = sum(yhat_i - ybar)^2) + sum(errors^2)

R^2 = ESS / TSS = 1 - (RSS / TSS)
Percentage of variation in the data explained by the model

Adjusted R^2 = 1 - ((n-1)/(n-k-1)) * (1 - R^2)
Penalises additional parameters in the model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Construct, apply, and interpret joint hypothesis tests and confidence intervals for multiple coefficients in a regression

A

F = ((RSSr - RSSu)/q) / (RSSu /(n - k_u - 1)) ~ Fq,(n -k_u -1)

Where RSS is the restricted model and u is the unrestricted model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly