You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains Jupyter Notebooks with R scripts inspired by the book [Applied Regression Modelling](https://iainpardoe.com/arm2e/) by [Iain Pardoe](https://iainpardoe.com/).
6
4
7
5
The book is mostly focused on the mathematical foundations of these models as opposed to implementation in R or Python, but in this repository I have created Jupyter Notebooks with R code that gives examples of how to build multiple linear regression models, interpret the result, check model assumptions, perform transformations and interpret influential points. These essential data science tasks are worked through along side mathematical formulas in the notebooks to show the underlying maths of each step.
8
6
9
-
**The Jupyter Server**
10
-
11
-
I have setup a Jupyter Notebook server on an AWS EC2 instance accessible at https://stats.fieldmap.me/. If you would like access to the server please contact hi@johnmalcolmdesign.com
12
-
13
7
## Notebooks
14
8
1. Model Comparisons, Assumptions & Predictions in Cars City Miles Efficiency
15
9
2. There is value in visually examining the data, don't just compare the model params
@@ -18,8 +12,13 @@ I have setup a Jupyter Notebook server on an AWS EC2 instance accessible at http
18
12
5. Illustrating unimportant predictors with shipping labour hours dataset
19
13
6. Transformations into Quadratic and Square Root Models
20
14
7. Prediction Intervals and transformations for home tax dataset
21
-
8. Transformations for GDP~Internet Model.ipynb
22
-
9. Analysis of interactions in multivariate analysis .ipynb
23
-
10. Removal of interaction terms.ipynb
24
-
11. Confounding levels in qualitative factors.ipynb
I have setup a Jupyter Notebook server on an AWS EC2 instance accessible at https://stats.fieldmap.me/. If you would like access to the server please contact hi@johnmalcolmdesign.com
0 commit comments