Module 2: Multiple Regression
Module Overview
In this module, you will learn about multiple regression. You'll explore how to model relationships with multiple predictor variables, conduct t-tests to determine variable significance, and compare model fit using adjusted R-squared.
Learning Objectives
- Model the Relationship of Multiple Predictor Variables to a Single Outcome
- Conduct a t-test to Determine the Significance of Individual Variables in the Model
- Compare Model Fit Using Adjusted R-squared
Guided Project
Open DS_132_Multiple_Regression.ipynb in the GitHub repository below to follow along with the guided project:
Guided Project Video
Module Assignment
Complete the Module 2 assignment to practice multiple regression techniques you've learned.