correlatio
Visualize Details Behind Pearson's Correlation Coefficient
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
- If not yet installed, install the R package
devtools, so that thecorrelatiopackage can be downloaded from GitHub.R install.packages("devtools") - The
correlatiopackage requires 2 other packages to be installed, which are available on CRAN:R install.packages(pkgs = c("ggplot2", "tibble"), dependencies = TRUE) - 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
- Repositories: 3
- Profile: https://github.com/mmiche
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
- Homepage: https://github.com/mmiche/correlatio
- Documentation: http://cran.r-project.org/web/packages/correlatio/correlatio.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.1
published about 1 year ago
Rankings
Dependent packages count: 27.2%
Dependent repos count: 33.5%
Average: 49.2%
Downloads: 87.0%
Maintainers (1)
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