Create MultipleRegressionBasics.md: First Example
This commit is contained in:
parent
c722790c00
commit
21097e480c
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
|
Loading…
x
Reference in New Issue
Block a user