What is polynomial regression analysis?
What is the benefit of polynomial regression models?
What is the difference between a linear, quadratic, and cubic regression analysis?
When looking at the SPSS output, how do you know what is the best fitting model?
What values do you need from the SPSS output in order to report the findings in the results section in APA style?
Benefit of Polynomial Regression Models
The primary benefit of using polynomial regression models is the ability to fit non-linear relationships without needing complex non-linear estimation algorithms.
Modeling Curvature: It allows researchers to model a curvilinear (curved) relationship between variables when a simple straight line (linear model) is inadequate.
Simplicity and Interpretability: It uses the same principles and inference methods (like F-tests and t-tests) as simple linear regression, making the results relatively easy to interpret and test using standard statistical software like SPSS.
Peak and Valley Identification: Higher-degree polynomials can identify turning points (peaks or valleys) in the relationship, which can be critical for understanding real-world phenomena (e.g., finding the optimal dose of a drug or the age at which a skill peaks).
Difference Between Linear, Quadratic, and Cubic Regression
These terms refer to the degree (n) of the polynomial used in the regression equation, which determines the complexity and shape of the fitted curve:
| Term | Degree (n) | Equation Form | Shape of Curve |
| Linear | 1 | Y=β0+β1X | A straight line (simplest form). |
| Quadratic | 2 | Y=β0+β1X+β2X2 | A single parabola (U-shape or inverted U-shape), having one turn (peak or valley). |
| Cubic | 3 | Y=β0+β1X+β2X2+β3X3 | A curve with up to two turns (an S-shape or a reverse S-shape), allowing for more complex non-linear patterns. |
Export to Sheets
Determining the Best Fitting Model from SPSS Output
When analyzing polynomial regression in SPSS (typically using hierarchical regression to enter higher-order terms), you determine the best-fitting model by comparing the models of increasing degrees (linear, then quadratic, then cubic, etc.). The goal is to find the simplest model that significantly improves the fit.
The two key indicators in the SPSS output are:
Change in R2 (R2 Change): This value, found in the Model Summary table, indicates how much of the variance in Y is explained by adding the new, higher-order term (e.g., X2) to the previous model.
Significance of R2 Change (Sig. F Change): This is the p-value associated with the R2 change.
Rule for Best Fit:
Sample Answer
Polynomial Regression Analysis
Polynomial regression analysis is a form of linear regression in which the relationship between the independent variable (1$X$) and the dependent variable (2$Y$) is modeled as an 3$n^{th}$ degree polynomial.4 Despite modeling a curved relationship, it is considered a form of linear regression because it is linear in the parameters (coefficients) being estimated, not the variable itself.
The general form of a polynomial regression model is:
Where:
$Y_i$ is the dependent variable.
$X_i$ is the independent variable.5
$\beta_0$ is the intercept.6
$\beta_1, \beta_2, \dots, \beta_n$ are the regression coefficients (the parameters).7
$n$ is the degree of the polynomial.8
$\epsilon_i$ is the random error term.9