Ch. 7: Regression Analysis Flashcards

1
Q

Regression analysis

A

Regression analysis reveals the relationship between variables. It’s used to predict the value of dependent (y) variable, based on independent (x) variable

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

Regression Model

A

y = β0 + β1x + ε
y=dependent variable
x=independent variable
B0= x-intersept
B1= slope/regression coefficient/marginal effect (shows how to best predict one variable given the othera)
e=epsilon: allows for some random deviation

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

Everything we don’t have data on…

A

Everything we don’t have data on, including things we couldn’t possibly ever get data on, are included in our regression in the error term. We assume that the average error is zero.

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

B1

A

covariance x and y/variance of x

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

Bo

A

bo=y(line)-B1x(line)

avg y-b1*avg x

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

Marginal effect

A

b1: increasing the x by 1 increases y by the amount β1.

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

Best

A

min(yi-y^i)2
yi: observed value of dependent variable for ith observation-actual data
y^i = estimated value of the dependent variable
for the ith observation- on the regression line

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

SSR, SSE and SST

A

ssr: sum of squared deviations based on regression
sse: sum of squared errors/residual
sst: sum of squares total
SST=SSR+SSE

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

sst

A

The squared distance between the points (Y) and the mean ( y line ) is the total sum of squares (SST). It’s the sum of squared deviations from before.

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

ssr

A

The squared distance between the points on the regression line (Y’) and the mean (Yline) is the sum of squares due to regression (SSR).

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

R squared/coefficientof determination

A

r2=SSR/SSTthe percent of the variation in the dependent variable that can be explained by this regression.”

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

Predictions

A

y=Bo+B1(X)

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