What is regression? how is it different from correlation?
Regression determines if one variable predicts/explains another variable whereas correlation tells us how strongly two variables relate to each other (strength and direction)
What is the predictor variable?
What is the outcome variable?
What is linear regression?
A form of regression that assesses the linear relationship between one or more (continuous or categorical) predictor variable variables and a continuous outcome variable
What is the difference between simple linear regression and multiple linear regression?
Simple = one predictor and one outcome
multiple = two or more predictor and one outcome
How would you write you hypothesis
H0: Self-presentation on TikTok does not significantly predict slang use intention on TikTok.
Ha: Self-presentation on TikTok significantly predicts slang use intention on TikTok (positively/negatively).
What is the mean model? is it a good model?
Mean model uses the average of Y as the predictor value for all observations
- not a good model as ignores the actual y values
What is a regression line?
line of best fit, pass through some of the points but not all
- does not make perfect predictions
What is the residuals on regression line?
difference between what model predicted and the value of the actual model
What do residuals help us do?
If the actual value is above the regression line, the residual is…
positive
What does it mean if there is more positive residuals or more negative?
pos = model underestimates
neg = model overestimates
What is the linear regression formula?
y = a + bx (y = outcome variable, x = predictor variable)
What is a in the equation (y = a + bx)
a is the intercept, the value of y when x = 0
explain πΜ=π_π+ π_π π
YΜ (Y hat) = The predicted outcome based on the regression model
X = The predictor variable
π_0 “(betaβzero)” = the intercept, representing the predicted value of Y when X = 0
π_1 (beta-one) represents the change in the predicted Y for each 1-unit increase in X
what is b in the equation (y = a + bx)
the slope, tells us how much y changes when x is increased by 1
How do we find the slope and the intercept?
π_0= π¦Μ
βπ_1βπ₯Μ
(intercept)
π_1= πβπ_π/π_π (slope)
π₯Μ
and π¦Μ
are the mean values of X and Y
π is the Pearson correlati