Simple linear regression
Linear regression is one of the most versatile tools in the data analyst’s toolbox. While it can get quite complicated, simple linear regression is rather intuitive and straightforward. In this post we will look at a small dataset so that we can work through and visualise the logic of linear regression. A bigger version of this dataset will be used
Read more