Create MultipleRegressionBasics.md: First Example

This commit is contained in:
Oesting
2023-09-12 18:11:20 +02:00
committed by GitHub
parent c722790c00
commit 21097e480c

View 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