Histograms are graphs that allow us to easily understand and visualize the distribution of a dataset. They are used with continuous data to identify patterns and outliers that are not immediately visible in raw data. In Power BI, histograms are generally difficult to create, but using R visual and ggplot2, you only need to write
Tag: R for Power BI Users
In this tutorial, you’ll learn how to create a scatter plot visualization using an R script. This is based on a report submitted for the Enterprise DNA Challenge #16. You can watch the full video of this tutorial at the bottom of this blog. What Is Scatter Plot A scatter plot is a type of
In this tutorial, you’ll learn how to use the ggplot2 and esquisse packages to create visualizations in R. Specifically, you’ll learn how to load a dataset to esquisse and use the esquisser (df) function. This will launch a graphical user interface that allows you to drag and drop fields. And by using ggplot2, you’ll be
In this tutorial, you’ll learn how to chain functions together using the dplyr pipe operator in the R programming language. These are some of the basic functions in R: The dplyr in R can be viewed as a grammar of data manipulation. Notice how each function is a verb, and when placed together, they constitute
When analyzing data, we want to know the next steps on how to find the missing values because most things in analytics are determined by different factors. To help you with this, we will tackle visualizing missing data in R using the ggmice package. You can watch the full video of this tutorial at the