/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

juliasilge.com
| | albert-rapp.de
5.3 parsecs away

Travel
| | I show you how to create a correlation heat map with {ggplot2}, how to avoid using the wrong colors and how to use some nice variations of standard heat maps.
| | dm13450.github.io
5.1 parsecs away

Travel
| | Principal component analysis (PCA) reduces a dataset to its main components. When we apply it to a dataset of different currencies it helps us understand how each currency drives the overall portfolio and what currency might be a common factor.
| | statsandr.com
4.9 parsecs away

Travel
| | Learn how to compute a correlation coefficient (Pearson and Spearman) and perform a correlation test in R
| | pillar.r-lib.org
28.4 parsecs away

Travel
| glimpse() is like a transposed version of print(): columns run down the page, and data runs across. This makes it possible to see every column in a data frame. It's a little like str() applied to a data frame but it tries to show you as much data as possible. (And it always shows the underlying data, even when applied to a remote data source.) See format_glimpse() for details on the formatting.