Create MultipleRegressionBasics.md: First Example
This commit is contained in:
17
material/3_wed/MultipleRegressionBasics.md
Normal file
17
material/3_wed/MultipleRegressionBasics.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#Multiple Regression Basics
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
|
||||||
|
### Introductory Example: tree dataset from R
|
||||||
|
|
||||||
|
[figure raw data]
|
||||||
|
|
||||||
|
*Aim:* Find relationship between the *response variable* `volume` and the *explanatory variable* `girth`?
|
||||||
|
Can we predict the volume of a tree given its girth?
|
||||||
|
|
||||||
|
[figure including a straight line]
|
||||||
|
|
||||||
|
First Guess: There is a linear relation!
|
||||||
|
|
||||||
|
|
||||||
|
## Simple Linear Regression
|
||||||
Reference in New Issue
Block a user