Categories
Data thoughts R Statistical modelling

Linear regression in R – a step-by-step guide (part 2)

Linear regression is one of the simplest, yet powerful machine learning techniques. I will teach you how to handle multiple predictors & interactions in R!
Categories
Data thoughts R Statistical modelling

Linear regression in R – part 1

Linear regression is one of the simplest, yet extremely powerful statistical techniques, that you definitely want to study in detail. Here we will see how to do it in R!