Have data sets scattered all over the place? Here's how to pull them into a single, robust catalog with the pointblank R package and a Quarto document. Do you have data sets scattered all over the ...
Drill-down visualizations can be a good way to present a lot of data in a digestible format. In this example, we’ll create a graph of median home values by U.S. state using R and the highcharter ...
Before you start analyzing, you might want to take a look at your data object’s structure and a few row entries. If it’s a 2-dimensional table of data stored in an R data frame object with rows and ...
The table below shows my favorite go-to R packages for data import, wrangling, visualization and analysis — plus a few miscellaneous tasks tossed in. The package ...
New to this type of analysis? It's a classic statistics technique that is still useful. Here's a technique for doing a one-way ANOVA using R. Analysis of variance (ANOVA) is a classical statistics ...