EDA made simple using R Function

In one of my previous posts I shared a single line python code which can help any analyst to perform an EDA analysis at the snap of the finger (click to read my previous article) and in this article we will learn how to create simple and efficient R code-template (don’t be scared by the name of “template” this cool function consists only 8 lines of code) that will allow us to perform EDA with ease and finesse. … More EDA made simple using R Function

Statistics terminologies that can make you cry!

Statisticians say the weirdest things. This is how one can feel if he/she is not well-versed with the statistical terminologies. However, statistics also has an unhelpful tendency to use words that change their meanings based on the context that they are used in. This most of the time causes a lot of heartburn and confusion … More Statistics terminologies that can make you cry!

Revisiting “The Multicollinearity” Problem

What is Multicollinearity? As we already know that multicollinearity exists whenever two or more than two predictors in a model are moderately or highly correlated. One can think of why cant the researchers collect the data in a way that the predictor variables are not highly or moderately correlated. However, no researcher can control the … More Revisiting “The Multicollinearity” Problem