Simple linear regression Flashcards

(8 cards)

1
Q

What are the assumptions of simple linear regression?

A
  • outcome variable is interval/ratio level (continuous) data
  • predictor variable is interval/ratio or categorical (with 2 levels)
  • each observation is independent of the others (or each score should come from a different ppts)
  • Non-zero variance, predictor variable must vary, not al values should be same across ppts (can be checked using scatterplot)
  • The relationship between 2 variables must be linear
  • residuals should be normally distributes
  • Variance of the residuals is constant along the values of outcome variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we check linearity?

A

when the red line is relatively flat, and a flat line does not show a strong curve or pattern (using models residuals)

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

How do we check normality of residuals?

A
  • most points fall close to the dash line on
  • can run Shapiro Wilk test to double check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do we check homoscedasticity (variance)?

A
  • red line is roughly flat and with no clear pattern
    (on residual models)
  • an also double check by testing the hypothesis using the Breusch-Pagan test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the key concepts for analyzing and interpreting simple linear regression results?

A

R-squared
F-value
Regression coefficient

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

What is R-sqaured?

A

The coefficient of determination
Indicates a goodness of fit
- varies between 0 and 1
- 1 means perfection (predicted perfectly)
- doesn’t tell us significance
- F-test tells us about significance

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

What is (unstandardised) regression coefficient?

A
  • (b)
  • explains the relationship
  • positive one indicates predictor variable and outcome variable move in same direction
  • neg says opposite
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what do effect size numbers mean?

A

small = 0.02
medium = 0.15
large = 0.35

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