WEEK 6 Flashcards

1
Q

Write a formal multiple linear regression statistical model

A

yi = b0 + b1xi1 + b2xi2 + … + ei

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

Define multiple linear regression

A

Has a continuous response variable like a simple linear regression but it has more than one continuous predictor (x1, x2)

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

What are the basic assumptions of a multiple linear regression?

A

Linearity, normally distributed, residuals have homogeneous variances and predictors should not be strongly correlated (no collinearity)

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

How does the slope parameter differ between the linear and multiple regressions

A

MLR has 2 slopes.
The effect of the response on the predictor is controlled by the effect of the 2nd, 3rd … predictor
In another words, it explains the change in x2 per unit of Y holding x2 constant

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

Describe an interaction in MLR

A

The effect of X1 on Y depends on the level of X2 (vice-versa)

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

How do we account for interactions in MLR

A

We add an interaction coefficient to the model, a multiplicative effect
Eg. B3 (X1i * X2i)

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

How do we detect collinearity

A

Brainstorm which predictor variables in your model are likely to be correlated before building the model
Plot each variable against each other to check for effects
Calculate the tolerance and VIF
Lower tolerance is not good, T > 0.1 is really bad
High VIF is bad, VIF > 10 is really bad (strong correlation)

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

In SLR we call the slope a regression slope. What is it called in a MLR?

A

Partial regression slope.

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

What problems would we face when interpreting a model that has correlated variables?

A

Correlated predictors increase uncertainty in the effects of the predictor on the response variable, diminishing the power of the model.

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