correlatio

Visualize Details Behind Pearson's Correlation Coefficient

https://github.com/mmiche/correlatio

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Visualize Details Behind Pearson's Correlation Coefficient

Basic Info
  • Host: GitHub
  • Owner: mmiche
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 168 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

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. R install.packages("devtools")
  2. The correlatio package requires 2 other packages to be installed, which are available on CRAN: R install.packages(pkgs = c("ggplot2", "tibble"), dependencies = TRUE)
  3. Install the correlatiopackage: R devtools::install_github(repo = "https://github.com/mmiche/correlatio", build_vignettes = TRUE)

From CRAN

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

Owner

  • Login: mmiche
  • Kind: user

GitHub Events

Total
  • Push event: 23
  • Create event: 2
Last Year
  • Push event: 23
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 514 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: correlatio

Visualize Details Behind Pearson's Correlation Coefficient

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 514 Last month
Rankings
Dependent packages count: 27.2%
Dependent repos count: 33.5%
Average: 49.2%
Downloads: 87.0%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • Rdpack * imports
  • ggplot2 * imports
  • stats * imports
  • tibble * imports
  • knitr * suggests
  • rmarkdown * suggests