Multiple Linear Regression

360 views

Even though multiple linear regression is comprised of multiple variables and calculated similarly to simple linear regression, fundamentally I understand that is not an average of multiple simple linear regressions simply bc it is not divided by the number of variables.

What I don’t seem to understand is the difference between a graph showing the simple linear regressions for multiple variables and multiple linear regression

In: 7

2 Answers

Anonymous 0 Comments

It isn’t easy to visualize most multiple linear regressions. They would often be n-dimensional, and you can really only make good visualizations for about 3 dimensions.

So I could see someone displaying all of the simple linear regressions seperately, though this might miss some of the interesting interractions between the variables from your multiple linear model.

You are viewing 1 out of 2 answers, click here to view all answers.