Linear Regression is an extremely important statistical technique that is used to model the relationship between a dependent variable and one or more independent variables. In my presentation I will demonstrate:
- The mathematical formula for simple linear regression
- Simulate and fit a simple linear regression model in R
- Visualize the fitted data and model using ggplot2
- Demonstrate a 3D visualization of a multiple linear regression using plotly