Topic: simple linear regression
Goal: predict the miles per gallon (mpg) from car weight (wt)
Dataset: built-in
mtcarsThis presentation covers:
- Regression equation
- Estimating the model
- Fitting the model in R
- ggplot and plotly visuals
- Model diagnostics