Lecture 8D: Multiple Linear Regression Flashcards

1
Q

What is the primary objective of multiple linear regression analysis?

A

To determine the relationship between one dependent variable and >1 independent variables

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

What type of variables can be used as predictors in multiple linear regression?

A

Continuous (preferred) * Categorical (dummy variable)

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

What is the general regression equation format in multiple linear regression?

A

Y = b1X1 + b2X2 + b3X3 + … + c

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

What is a dummy variable?

A

A variable used to represent categorical data with two or more categories

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

How would you calculate the predicted 6MW distance for a female using the equation Y = -25.3(gender) + 450.3?

A

If only two categories (Gender: Male = 0, Female = 1), then Y = -25.3(1) + 450.3 = 425m

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

What is the significance of using multiple dummy variables?

A

To represent categorical variables with more than two categories

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

What is the main method of multiple linear regression covered in this course?

A

The ‘Enter’ method of forcing a set of predictor variables into the
regression equation

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

What is the null hypothesis (Ho) when predicting 6MW distance from Berg balance score and quads muscle strength?

A

Berg balance score and quads muscle strength are not significant predictors of 6MW distance

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

What is the dependent variable in the example of predicting 6MW distance?

A

6MW distance (m)

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

What is the adjusted R square value indicating in the model summary?

A

It indicates the proportion of variance explained by the predictors, adjusted for the number of predictors

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

What does the regression equation Y = b1X1 + b2X2 + c represent?

A

A raw-score regression equation

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

What is a disadvantage of using the raw-score regression equation?

A
  • Regression coefficients cannot be compared
  • Different units for independent variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What transformation is applied in a standardized regression equation?

A

Raw scores are transformed to standard scores (z-scores)

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

What are the advantages of using a standardized regression equation?

A
  • Able to compare beta weights
  • Identify which independent variables carry more weight
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What indicates that a predictor is non-significant in a regression model?

A

A high p-value (e.g., p > 0.05)

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

What is the difference between simple linear regression and multiple linear regression?

A
  • Simple linear regression predicts one continuous DV from 1 IV (1 predictor)
  • Multiple linear regression predicts one continuous DV from >1 IVs (>1 predictors)