Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. correlatio — Visualize Details Behind Pearson's Correlation Coefficient. Homepage: https://github.com/mmiche/correlatio Report bugs for this package: https://github.com/mmiche/correlatio/issues

License

Notifications You must be signed in to change notification settings

cran/correlatio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. If not yet installed, install the R package devtools, so that the correlatio package can be downloaded from GitHub.
install.packages("devtools")
  1. The correlatio package requires 2 other packages to be installed, which are available on CRAN:
install.packages(pkgs = c("ggplot2", "tibble"), dependencies = TRUE)
  1. Install the correlatiopackage:
devtools::install_github(repo = "https://github.com/mmiche/correlatio",
                         build_vignettes = TRUE)

From CRAN

install.packages(pkgs = c("correlatio"), dependencies = TRUE)

About

❗ This is a read-only mirror of the CRAN R package repository. correlatio — Visualize Details Behind Pearson's Correlation Coefficient. Homepage: https://github.com/mmiche/correlatio Report bugs for this package: https://github.com/mmiche/correlatio/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published