Removing outliers in R with tools from dplyr and ggplot2 (CC232)

July 21, 2022 • PD Schloss • 1 min read

If you know you have outliers in your dataset how would you go about removing them in R? In this episode, Pat will show you how to identify outliers using graphical approaches using ggplot2 and if they are truly anomalous how to remove them using functions from dplyr. We’ll do all this using local weather data from the NOAA website in RStudio

Code

You can browse the state of the repository at the