Notes Flashcards

1
Q

How do we interpret the model weights for a bivariate model?

A

A 1 unit increase in X is associated w/ a Beta hat change in the expected outcome, holding all else constant.

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

What is an interaction term?

A

Two independent variables multiplied together (for example tenure x collegrad)

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

For a multivariate model with interaction terms (for example: Yi = B0 + B1 tenure + B2 collegegrad + B3 tenure x collegrad) what do the coefficients for B1, B2 and B3 tell us?

A

B1 shows how tenure affects Y for non-college graduates.

B2 shows how college graduation affects Y when tenure is zero.

B3 indicates whether the effect of tenure on Y is different for college graduates compared to non-graduates.

  • also B2 is the difference in intercept between collegegrad and non collegegrad and B3 is the slope.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Adjusted R2 formula

A

= ((1 - R2 unadjusted) * (n - 1)) / n-k-1

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

What is the F stat? (looks like F(5,68)

A

(q , n-k-1) where q is the # of restrictions, n is the number of observations, and k is the number of independent variables.

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

How do you interpret B5 female x Hispanic

A

The expected gender difference between men and women’s incarceration rates who are Hispanic vs those who are white, holding everything else constant.

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

What is the Model SS

A

% variation explained by the model

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

What is residual SS

A

% variation not explained by the model

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

What is Prob > F

A

This is essentially the p-value. In regression output, this value helps determine if the model as a whole is statistically significant. It shows the probability that the observed relationship between the predictors and the outcome variable occurred by random chance.

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

What does F stat model look like

A

A slide

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

How to calculate the F stat

A

F = ((R2 unadjusted - R2 adjusted)/k) / ((1-R2 adjusted) / n-k-1)

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

How do I find unrestricted R2

A

The R2 value from the unrestricted model

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

How do I find restricted R2

A

The R2 value from the restricted model

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