Linear and Multiple 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/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:06 AM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

What is the definition of a linear regression?

predicting a score on one variable using another variable

2
New cards

Y’

is the predicted score

3
New cards

value of x

the values of one or more variable that predicts the Y’

4
New cards

Model of a Linear Regresson

Y’ = intercept + Value of X + error

5
New cards

the most basic model would

have no predictor variables

6
New cards

predictors are variables that are used to

improve the accuracy of the predicted value

7
New cards

information in the regression output tell us

  • how well your whole model can predict scores on the outcome

  • whether, and how much, each of your predictors improves the accuracy of predicting the outcome

8
New cards

Regression assumptions

  • Each measurement in the sample is independent

  • The variables are normally distributed (larger samples are good)

  • The predictors are linearly related to the outcome (linearity)

  • The variances of the residuals (fancy name for model “error”) are random (homoscedasticity of residuals)

9
New cards
<p>what does this box tell us?</p>

what does this box tell us?

how good your model is at predicting the outcome

10
New cards
<p>what does this box tell us?</p>

what does this box tell us?

how much each predictor contributes to your prediction

11
New cards

R

is like a correlation but for everything in the regression model

12
New cards

is the amount of variance in the outcome that is explained by the regression model. It is on a 0-1 scale, 0=0%, 1=100%

13
New cards

Adjusted R²

is a correction of R² when adding more than one predictor

14
New cards

What is and how do you calculate error?

Is the amount of variance not explained by our model. Calculated by 1-R²

15
New cards

Variance Explained

After modelling the covariance of the predictor(s)and the outcome, how much variance in the outcome is known.

16
New cards

Model Error

After modelling the covariance of the predictor(s) and the outcome, how much variance in the outcome is left over

17
New cards

Dependent Variable

the outcome in experimental models

18
New cards

Independent variables

measured predictors in experimental models

19
New cards

Covariates

predictors that are controls in experimental models

20
New cards

Intercept (Box 2)

Where the regression slope crosses the y-axis in the equation. The value of the outcome when all predictors have a value of zero (“held constant”).

21
New cards

[Unstandardized] Estimate (Box 2, second line)

“B”. The amount of change in the outcome associated with a one-unit change in the predictor variable. For every one-unit increase in a person rating another person as being as being attractive (on the 1 – 10 scale), our model predicts that their romantic interest should increase by .84 units.

22
New cards

t an p (box 2, second line)

test whether the estimate for this predictor is significantly different from zero.

23
New cards

Standardized Estimate

β, The amount of standard deviation unit change in the outcome associated with one standard deviation unit change in the predictor variable. This is an effect size for the predictor because it is on a standardized scale (just like a correlation).

24
New cards

In APA format

report, line under intercept. B, SE, β, t, p.

25
New cards

APA results, what number goes in intercept in equation

intercept estimate

26
New cards

In APA results, what number goes in Values of X in equation

X*estimate of line below intercept

27
New cards

p

below .05 is statistically significant

28
New cards

β

when close to zero very little practical effect. .1 - small effect, .3 - moderate effect, .5 large effect. β is like cohens effect size

29
New cards

how do you know if The predictors are linearly related to the outcome (linearity)

put things on scatterplot and make sure we have a good linear relationship

30
New cards

how do you know if The variances of the residuals (fancy name for model “error”) are random (homoscedasticity of residuals)

the wrongness of our model is not biased in particular direction

31
New cards
<p>what does this box refer to?</p>

what does this box refer to?

refer to variance explained. does your model explain significant variance in your outcome compared to chance? is the amount of variance explained (r^2) statistically different from explaining zero variance

32
New cards

multiple regression

predicting a score on one variable using more than one variable

33
New cards

how to know if a linear or multiple regression found evidence for a relationship

DON’T look at intercept p-value

34
New cards
<p>how would you answer this?</p>

how would you answer this?

multiply the number by the estimate. which ever is lower is more likely, higher is less likely

35
New cards

in a linear regression with just agreeableness it can not be sig, but a multiple regression with agreeableness and another can be sig because

the association now controls for the other variable

36
New cards

regression to the mean

is not predictive

37
New cards

in multiple regression, predictors have to

explain unique variance in the outcome. (Predictors are significant only when they explain variance that is not explained by other predictors)

38
New cards

what kind of variables go into regression models?

categorical variables with only two groups

39
New cards

when comparing different predictors in multiple regression where do we look?

standardized estimate because all numbers are on the same scale.

40
New cards

when judging effect sizes what can you ignore?

whether it is negative or positive

41
New cards

regression to the mean

If you measure a thing more than once, it is more probable that the next measurement will be closer to the true mean than it is to be further away from the true mean.

42
New cards

regression to the mean is a ____ phenomenon which means

it is not causal and is separate to actual changes over time. this expectation is over repeated measures but has no predictive use for an individual measurement.

43
New cards

there is greater regression to the mean when

measurements are extreme and/or when the variables are less correlated

44
New cards