Part 3 – Simple and Multiple Linear Regression Analysis
Linear regression involves the relationship of two or more variables that can create a model that predicts future values. Residuals represent a linear function separation of real data and are useful to test the accuracy of a model. Once the model is validated with t-statistics and r-squared tests, it can be used to make predictions. Train the model with 80% of the data sample and test it with the remaining 20% .
This part includes the following chapters:
- Chapter 8, Finding the Relationship between Variables
- Chapter 9, Building, Training, and Validating a Linear Model
- Chapter 10, Building, Training, and Validating a Multiple Regression Model