CHAPTER 8

Notes on Implementation of Regression Models

Regression Models

Regression is a powerful tool and is widely used in studying the relationships among the variables. A number of regression models were discussed in this book. These models are summarized here:

Simple linear regression

y = β0 + β1x + ɛ

Multiple regression

y = β0 + β1x1 + β2x2 + … + βkxk + ɛ

Polynomial regression (second-order models can be extended to higher order model)

Second-order polynomial:

Higher order polynomial:

Interaction models

An interaction model relating ...

Get Applied Regression and Modeling now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.