|
You are here |
juliasilge.com | ||
| | | | |
albert-rapp.de
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Learn how to compute a correlation coefficient (Pearson and Spearman) and perform a correlation test in R | |
| | | | |
pillar.r-lib.org
|
|
| | | 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. | ||