10 - Multiple Regression with Polynomials Flashcards
Theoretically, when should you consider using polynomial regression?
When you have theory or reason to expect the relationship between the predictor and outcome to be curvilinear
Empirically, when should you consider using polynomial regression?
When the assumptions for linear regression are violated
True or False: Polynomial regression must include all lower-order terms
True
What do the coefficients in a polynomial regression tell us?
The strength and direction of the curves
What should you do if polynomial terms are too highly correlated with each other?
Use orthogonal polynomials (what they are, idk)
How many points of inflection does a polynomial model have?
The highest degree of the polynomial - 1
How do you use orthogonal polynomials in R?
Use he poly() function in the lm() formula