Questions: Polynomial Regression and Nonlinear Functional Forms

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher estimates the model y = β₀ + β₁x + β₂x² + ε and obtains β₁ = 5 and β₂ = −0.3. What is the marginal effect of x on y when x = 10?

A5, because β₁ is the coefficient on x
B−0.3, because the quadratic term dominates at large values of x
C5 + 2(−0.3)(10) = 5 − 6 = −1
D5 − 0.3 = 4.7, by summing the two coefficients
Question 2 Multiple Choice

A researcher adds x², x³, x⁴, and x⁵ to a model and observes that in-sample R² rises with each term. They keep all terms to maximize fit. What is the main problem with this approach?

AOLS cannot be applied when more than one polynomial term is present
BHigher-degree polynomials will overfit by chasing noise in the data, producing unreliable out-of-sample predictions and often implausible curve shapes
CR² decreases when additional polynomial terms are added, so this approach is mathematically impossible
DThe model violates the linearity assumption of OLS because polynomial terms are nonlinear
Question 3 True / False

Polynomial regression is still estimated with OLS because the model remains linear in the parameters, even though it captures nonlinear relationships in x.

TTrue
FFalse
Question 4 True / False

A higher-degree polynomial usually produces a better model because it increases R² and therefore captures more of the true relationship.

TTrue
FFalse
Question 5 Short Answer

Why can't you interpret the coefficient β₁ in isolation in the model y = β₀ + β₁x + β₂x² + ε, and what should you report instead?

Think about your answer, then reveal below.