What does linear regression assume?
That an independent predictor variables and the outcome dependent variable are related linearly.
How do we fix a non linear regression model?
How does polynomial fitting work?
List an advantage of polynomial fitting.
Allows us to deal with obvious non-linear relationship without having to specify in advance what the appropriate transformation would be
How do we fit a quadratic model?
How do we interpret quadratic terms?
What is an advantage of transformed data?
List three examples of transformed data.
What is an interaction effect?
When the effect of an explanatory variable depends on the level of another explanatory variable.
Give an example of an interaction effect.
Write the regression equation of a model with interaction terms.
y = β0+ β(1)x^1+ β(2)x^2+ β(3) (x(1)x(2)) + e
where β3 (x1x2) is a multiplicative term of the two main effects
What is the most common centring method?
Mean centring
How can we ensure B(0) is interpretable?
By changing x by centring the age variable.
What changes when you carry out mean centring?
The intercept which now corresponds to the average age, e.g. x(centred), not x=0