R

Blogs related to R programming

How to Test Normality in R

Normality refers to the typical feature of a normal distribution, which is a precise type of probability distribution with uncommon qualities that make it particularly relevant for various statistical investigations. In many statistical analysis, determining whether your data follows a normal distribution requires checking the normality of data. There are different ways to check for …

How to Test Normality in R Read More »

Correlation in R

In this article we will discuss how to perform correlation in R. We will discuss both the association between continuous variables and as well as association between categorical variables. Correlation is a statistical term that describes a point to which two variables are associated or connected. It lets us figure out where and how variations …

Correlation in R Read More »