10 - Multiple Regression with Polynomials Flashcards

1
Q

Theoretically, when should you consider using polynomial regression?

A

When you have theory or reason to expect the relationship between the predictor and outcome to be curvilinear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Empirically, when should you consider using polynomial regression?

A

When the assumptions for linear regression are violated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False: Polynomial regression must include all lower-order terms

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do the coefficients in a polynomial regression tell us?

A

The strength and direction of the curves

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What should you do if polynomial terms are too highly correlated with each other?

A

Use orthogonal polynomials (what they are, idk)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many points of inflection does a polynomial model have?

A

The highest degree of the polynomial - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you use orthogonal polynomials in R?

A

Use he poly() function in the lm() formula

How well did you know this?
1
Not at all
2
3
4
5
Perfectly