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

  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)


Try the correlatio package in your browser

Any scripts or data that you put into this service are public.

correlatio documentation built on June 8, 2025, 1:09 p.m.