2. Multiple Regression Flashcards

1
Q

What is multiple regression?

A

Multiple Predictors (likely to correlate) = Finds optimal prediction of the outcome from several predictors (takes into account redundancy with one another)

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

What is multiple regression used for?

A

Prediction (leads to improved prediction)

Theory Testing (Theories often suggest multiple variables)

Covariate Control (If we want to assess the effect of a specific predictor + controlling the influence of others)

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

How would we interpret the intercept in multiple regression?

A

Predicted value for y when x are all 0

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

How would we interpret a coefficient in multiple regression?

A

Change in y for one unit change in x, when all other x’s remain constant

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

What does ‘holding constant’ mean?

A

Holding effect of x2
Controlling for difference in x2
Partialling out effects for x2
Holding X2 equal
Accounting for effects x2

Can identify the unique contribution of predictors as it means finding effect of predictor when other predictions are fixed

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

What are model predicted values and how do they help us?

A

Model predicted values are the predictions based on the the data/predicted from regression analysis

Can be compared to actual value (obtained by observation) - the difference being the residual

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

What are marginal distributions and how do we use them?

A

Distribution of each variable without reference to values of other variables (independent of one another)

Plot each variable individually via density plot and histogram

Numerically explore via summary stats (e.g. mean, SD)

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

What are bivariate associations and what are they used for?

A

Describes the relationship between two numeric variables

Plot associations among two variables

Numerically explore by reporting correlation

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

Fill in the blank:

The values of the intercept and slope that _______ are our estimated coefficients from our data

A

Minimise the sum of square residuals

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

How do you calculate the intercept?

A

Predicted B0 = Mean of y - predicted mean of x

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

How do you calculate the slope?

A

Sum of cross products/Sum of square deviations

sum(xi - mean x)(yi - mean of y)

divided by

sum(xi (individual PPT) - mean of x) squared

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