Java Python Check-In 5 - Multiple Regression and Memo
Multiple regression lets you examine whether two more or more explanatory variables explain the variable you are interested in, simultaneously. Or an equivalent way of thinking about this, that has a different intuition, is that it allows us to examine whether an explanatory variable we are interested in explains the variable of interest after controlling for (or holding constant) variation in other variables. Using the simple regressions you ran in Check-In-4 as a starting point, run a multiple regression with two or more variables on the right-hand side. In this regression, you are&