The following topics are covered in the session.
- Simple Linear Regression
- Multiple Linear Regression
- Real-world Example
- Factor variables in Regression
- Regression Diagnostics - Outliers, influential values, Correlated errors
- Ridge and Lasso Regression
- Polynomial and Spline Regression
The New York air quality data (details about dataset) is used for the analysis in the R notebook. Download data from Kaggle here.
Note: When the HTML file is downloaded, if it appears in its raw version, please follow the following steps to make it readable.
- Download the HTML file in the browser
- Right click anywhere on the page of the HTML file and select 'Save As' from the options
- Save the file on the local machine as File Type 'HTML'
- Once saved, open that file and this will open the correctly formatted HTML notebook
Feel free to reach out if you have any questions.