ezoic

Friday, January 15, 2021

How to find outliers

 

https://towardsdatascience.com/ways-to-detect-and-remove-the-outliers-404d16608dba


And we can use box plot to identify outliers. 

the data outside of the whiskers are outliers. 


boxplot(mpg~cyl,data=mtcars, main="Car Milage Data", xlab="Number of Cylinders", ylab="Miles Per Gallon")

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...