What are the assumptions of simple linear regression?
How do we check linearity?
when the red line is relatively flat, and a flat line does not show a strong curve or pattern (using models residuals)
How do we check normality of residuals?
How do we check homoscedasticity (variance)?
What are the key concepts for analyzing and interpreting simple linear regression results?
R-squared
F-value
Regression coefficient
What is R-sqaured?
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
What is (unstandardised) regression coefficient?
what do effect size numbers mean?
small = 0.02
medium = 0.15
large = 0.35