Lecture notes 2 Multivariate regression? Flashcards

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

Why may multivariate data be better than bi-variate?

A

Bivariate can be biased as it does not take into account other relevant variables for explaining the relationship.

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

How do you interpret coefficients in multi-variate?

A

you partially differentiate them W.R.T variable you are interpreting.

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

-What is a difference when interpreting coefficients compared to the bivariate case?

A
  • In multi-variate case it is the change in Y from a change in xi holding all else constant.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a Y = B0 + X1B1 + XKBK
how do we interpret B2

What should you remember as it is multivariate?

A

A 1 unit change in X1 causes a B1 unit change in Y (HOLDING ALL ELSE CONSTANT)

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

In Y = B0 + B1log(X1) … Bk how
How do we interpret Beta 1 for small change and non small change!

What should you remember as it is multivariate?

A

for small change a 1% increase in X1 causes a B1/100 increase in Y

For a big change must take exact values of log(x) and then interpret beta

HOLDING ALL ELSE CONSTANT!

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

How do you interpret log of outcome

log(Y) = B0 + X1B1 + BkXk

What should you remember as it is multivariate?

A

for small change a 100 x beta

for big change you must take expectation of beta.
so it is 100 x exp(beta -1)

(HOLDING ALL CONSTANT)

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

How do you intepret a log log model?

log(Y) = B0 + B1log(X) + B2log(Xk)

A

For small changes a 1% increase in X is a Beta % increase in Y

For big changes will have to take exact.

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

How do you interpret a squared model like
Y = X1B1 + X^2B2 …. XkBk

A

a 1 unit change in X causes a B1 + 2XB2 change in Y

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

How do you find where the conditional expectation peaks?

A

You = the derivative to 0

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

What are the assumptions made for Multivariate regression models?

A

Same CLRM as ever:

  • E(Xi | ei) = 0
  • V(xi | ei) = sigma squared
    -Cov(ei , ej) = 0
    -Ei varies N(0, sigma squared)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

1.What is an alternative method to get the b1 estimate in a model like
Y = B0 + B1X1….bkxik

2.What is this method essentially doing?

3.. What does this theoretically explain?

A
  1. Partition regression

You first do a regression of Y on everything but X1 and save the residual. Call this U
(This is portion of Y not explained by any other variables in the model).

Then regress X1 on all explanatory variables and save residual call this V
This explains the portion of Xi that is not explained by the other variables.

Then regress you on U on VB1 and the b1 is the coefficient of X1

  1. You are removing all effects from everything other than X1.
  2. This theoreticlly epxlains why we can interpret multivariate coefficients as holding constant.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the steps for a hypothesis test for a multivariate regression on one variable

A

State hypothesis:

B0 =
B1 not equaled to

Find CV, this will be from T table with
S. L and DOF.

Then compute T stat which is estimate - hypothesis / Se(b)

Compare to CV from t tables

Then reject or accept H0.

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

How do you deal with the scenario when you are hypothesis testing more than 1 coefficient for calculating t stat?

  1. What happens if there is a se(100b2)
A

There are two se(b1) + se (b2)

This is the same as square root of variance.
So it is V(b1) + V(b2) + 2Cov(b1,b2)

  1. You square the 100 and put it outside the V then put 100 out the cov
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to test multiple restrictions in hypothesis testing?

What are the steps and what is a trick?

A

Use an F test:

F test = (RSS^r - RSS^u /d ) / RSS^u / DOF

Then find CV. C = 0.05 or something
CV F d, DOF numerator and denominator degrees of freedom.

Then compare this to F test to accept or reject H0.

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

What is another f-test formula that can be used?

When should it be used?

A

Overall significance test

R^2u / k / (1-R^2u / DOF)

It should be used the TSS of unrestricted and restricted are the same hence all coefficients are 0

17
Q

How do you work out adjusted r^2?

A

1 - (RSS/DOF) / TSS / (n-1)

18
Q

What is an additive dummy variable?

What does it look like graphically?

A

Eg Y = B0 + B1X1

B1 = 1 or 0 otherwise for something

As the dummy can be switched on or off the graph is just an upwards shift of the dummy being switched off. Shift of B1

19
Q

Can we use more than one categorical variable (that are the same thing).

A

NO!

This will mean there will not be 1 solution and regression will not work.

20
Q

Graphically what would an equation with multiple categorical dummy variables look like?

A

It would be many lines all shifted from each other to account for the different dummies.