Multiple Linear Regression

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:33 PM on 9/26/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Aim of multilinear regression

To predict the score of an interval variable from multiple interval variable predictors.

2
New cards

F test function

Tests whether any of the independent variables in the model are significant

3
New cards

SStotal

The total variation (spread) of the data, calculated by summing the squared differences from the overall mean

4
New cards

SSmodel

Measures how far the predicted value is from the overall mean, calculated by summing the squared differences of the predicted value from the overall mean → spread explained by the model

5
New cards

SSresidual

Squared deviations of actual scores from the predicted values on the regression line → unexplained spread

6
New cards

R² (coefficient of determination)

The proportion of variance in the dependent variable that is predictable from the independent variables, calculated as SSM/SST

7
New cards

Effect sizes R2

0.01 = small, 0.09 = medium, 0.25 = large

8
New cards

Ratio of cases to predictors (sample size)

At least 10-15 cases per predictor

9
New cards

Assumptions of MLR

Independent observations, normality, no outliers, homoscedasticity, linearity between DV and predictor, no multicollinearity

10
New cards

Independent observations

Data points must be independent; one person's score should not influence another's.

11
New cards

What to do if observations are not independent?

  • Multilevel models

  • Repeated measures ANOVA if there are multiple measurements of DV per case

12
New cards

Normality

Error terms must be normally distributed within the population.

13
New cards

What to do if the assumption of normality is violated?

Transform the dependent variable - either log transformation or square root transformation

14
New cards

Homoscedasticity

The assumption of equal variance for all predicted scores. Residuals should be evenly distributed along the line e = 0 on the plot

15
New cards

Linearity

The relationship between predictors and outcome must be linear.

16
New cards

Multicollinearity

Phenomenon where one predictor variable can be linearly predicted from the others with a substantial degree of accuracy

17
New cards

Diagnosis of multicollinearity using tolerance

Tolerance <.1 implies serious problem
Tolerance <.2 implies potential problem

18
New cards

Diagnosis of multicollinearity using VIF

VIF>10 implies serious problem
VIF>5 implies potential problem

19
New cards

How to fix multicollinearity

  1. Increase sample size

  2. Combine predictors

  3. Remove predictor

20
New cards

Outliers in y space

  • |z| > 3.3 is an outlier in y space

  • Check standardised residuals

21
New cards

Outlier in x space

  • Check mahalanobis distance

  • Outlier if MD = 10 + 2*(#predictors)

22
New cards

Outliers in xy space

  • Check cook’s distance

  • Outlier in xy space if cooks distance > 1