Multiple Regression Lecture Notes Flashcards

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

1/24

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key terms, statistical criteria, and formulas for standard, hierarchical, and stepwise multiple regression based on the lecture notes.

Last updated 2:15 PM on 5/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Criterion variable

The outcome or dependent variable (denoted as Y) that a researcher is trying to predict.

2
New cards

Predictor variable

The independent variable (denoted as X) used to predict the score of the criterion variable.

3
New cards

Bivariate regression

A regression model that involves only one predictor variable.

4
New cards

Multiple regression

A statistical technique that allows for the prediction of a criterion variable from scores on two or more predictor variables.

5
New cards

Standard multiple regression

Also known as simultaneous regression or the 'Enter' method, this is where all predictor variables are entered into the model at the same time on equal footing.

6
New cards

Tabachnick & Fidell (2007) formula

The formula used to determine required sample size for regression: N>50+8MN > 50 + 8M, where MM is the number of predictor variables.

7
New cards

Multicollinearity

A problematic state where predictor variables are highly inter-correlated (r>±.90r > \pm.90), making it difficult to determine the unique contribution of each predictor.

8
New cards

Singularity

A condition where there is a perfect linear relationship between predictors, which must be avoided entirely in regression models.

9
New cards

Tolerance

A collinearity diagnostic in SPSS that should be higher than 0.500.50; values below this indicate multicollinearity concerns.

10
New cards

Variance Inflation Factor (VIF)

A collinearity statistic where values should be less than 1010; values above this indicate multicollinearity is a concern.

11
New cards

Residual

The difference between the value predicted by the regression model and the actual observed value.

12
New cards

Homoscedasticity

The assumption that the residuals at each level of the predictor have similar or equal variances.

13
New cards

Heteroscedasticity

A violation of assumptions where the spread of residuals is inconsistent across predicted values, often appearing as a fan, funnel, or bow-tie shape in a scatterplot.

14
New cards

Standardised Residuals

A statistic used to identify outliers; according to Tabachnick & Fidell, these should fall within the range of ±3.3\pm3.3.

15
New cards

Cook's Distance

A measure of a specific case's influence on the regression coefficients; the maximum value should be less than 11.

16
New cards

Adjusted R2R^2

A measure of the proportion of variance explained by the model that adjusts for the number of predictors and sample size; it is the value that should always be reported for variance explained.

17
New cards

Standardised Beta (β\beta)

Regression coefficients that are converted to the same scale, allowing for direct comparison of the relative strength of different predictors.

18
New cards

Unstandardised B

The coefficient used to write the regression equation, representing how many units the criterion changes per unit increase in the predictor.

19
New cards

Regression Equation

The formula used to predict the criterion: Y^=b0+b1x1+b2x2...+error\hat{Y} = b_0 + b_1x_1 + b_2x_2 ... + \text{error}, where b0b_0 is the intercept and b1,b2b_1, b_2 are unstandardised coefficients.

20
New cards

Dummy variable

A categorical predictor that has been dichotomously coded (e.g., 11 for 'Yes' and 00 for 'No') for inclusion in a regression model.

21
New cards

Hierarchical multiple regression

Also called sequential regression, this method involves entering predictors into the model in blocks based on a specific order determined by the researcher's theory or prior evidence.

22
New cards

R2R^2 Change

The amount of additional variance in the criterion variable explained by adding a new block of predictors in hierarchical or stepwise regression.

23
New cards

Stepwise multiple regression

An exploratory method where the computer algorithm selects which predictors to include and their order of entry based purely on statistical criteria rather than theory.

24
New cards

Overfitting

A risk in stepwise regression where a model fits the current sample very well but may generalise poorly to new, independent data sets.

25
New cards

Data transformation

A technique used to correct distributional problems like skewness or unequal variances by changing all scores on a variable (e.g., using Square root or Log transformations).