Description
Visualize Details Behind Pearson's Correlation Coefficient.
Description
Helps visualizing what is summarized in Pearson's correlation coefficient. That is, it visualizes its main constituent, namely the distances of the single values to their respective mean. The visualization thereby shows what the etymology of the word correlation contains: In pairwise combination, bringing back (see package Vignette for more details). I hope that the 'correlatio' package may benefit some people in understanding and critically evaluating what Pearson's correlation coefficient summarizes in a single number, i.e., to what degree and why Pearson's correlation coefficient may (or may not) be warranted as a measure of association.
README.md
Info
The development version of the 'correlatio' package can be downloaded from GitHub (see below). The stable version can be downloaded from CRAN.
From GitHub
- If not yet installed, install the R package
devtools
, so that thecorrelatio
package can be downloaded from GitHub.
install.packages("devtools")
- The
correlatio
package requires 2 other packages to be installed, which are available on CRAN:
install.packages(pkgs = c("ggplot2", "tibble"), dependencies = TRUE)
- Install the
correlatio
package:
devtools::install_github(repo = "https://github.com/mmiche/correlatio",
build_vignettes = TRUE)
From CRAN
install.packages(pkgs = c("correlatio"), dependencies = TRUE)