What is regression modelling?
statistical technique used to study the relationship between variables
Why do we use regression models?
Helps understand how DV (outcome) changes when one or more IV (predictors) change
What is the purpose of regression analysis?
What types of outcomes can regression modelling handle?
What is the main goal of regression analysis?
To find best-fitting mathematical equation that describes the relationship between variables.
What does a simple linear regression analysis model?
Models the linear relationship between:
What are the returns of a simple linear regression analysis?
What does a simple linear regresison analysis find?
line that best fits the pattern of the linear relationship
What is Beta 0?
What is B1 (regression coefficient)?
Estimated change (increase or decrease) in the Y variable for each 1 unit increase in the X variable
Example: if β₁ = 3, what happens?
Y increases by 3 units for every 1-unit increase in X (on average)
What is the regression equation?
Y=β0 +β1X+ε.
What is the residual error (ε)?
Distance between actual data point & predicted value from fitted line use it when checking assumptions)
What does a steeper slope mean?
there is a stronger effect
What is R2?
Proportion of variation in Y explained by X — a measure of model fit.
How does correlation differ from regression?
What type of outcome is required for simple linear regression?
A normally distributed numeric outcome (continuous variable).
What are residuals in regression analysis?
Differences between observed values & predicted values from regression line — they measure model’s error.
What does a typical regression output include?
Example: BP = 105.24 + 0.8 × BMI. What is the predicted BP for BMI = 26?
105.24 + 0.8 × 26 = 126.04
What is R-squared (R²) in linear regression?
What does an R² value close to 1 indicate?
What does an R² value of 0 indicate?
That the model explains none of the variation in the dependent variable.
What is the relationship between association & R2?
Stronger association between outcome & exposure = higher R2