RRPP
RRPP: An R package for fitting linear models to high-dimensional data using residual randomization
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
RRPP: An R package for fitting linear models to high-dimensional data using residual randomization
Basic Info
- Host: GitHub
- Owner: mlcollyer
- Language: R
- Default Branch: master
- Homepage: https://mlcollyer.github.io/RRPP/
- Size: 21.4 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 22
Metadata Files
README.md
RRPP
RRPP is a software package for evaluating linear models with residual randomization in a permutation procedure. S3 Generic used for the lm function can also be used with lm.rrpp, with the chief difference being that lm coefficients, fitted values, and residuals are estimated many times with random permutations of data.
To install the current RRPP R-package from CRAN:
Within R:
install.packages("RRPP")
To install the current version of the RRPP R-package from Github using devtools:
Within R:
install.packages("devtools")
devtools::install_github("mlcollyer/RRPP")
The version on github is updated regularly, especially if errors or programming bugs are discovered.
Owner
- Name: Michael Collyer
- Login: mlcollyer
- Kind: user
- Website: https://sites.google.com/view/michaelcollyer/home
- Repositories: 2
- Profile: https://github.com/mlcollyer
GitHub Events
Total
- Delete event: 1
- Issue comment event: 1
- Push event: 62
- Create event: 1
Last Year
- Delete event: 1
- Issue comment event: 1
- Push event: 62
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| mlcollyer | m****r@g****m | 431 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 11
- Total pull requests: 1
- Average time to close issues: about 2 months
- Average time to close pull requests: over 1 year
- Total issue authors: 10
- Total pull request authors: 1
- Average comments per issue: 3.18
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- aConar (2)
- juliedwhite (1)
- StanleeKol (1)
- lauraDRH (1)
- jjustison (1)
- jaganmn (1)
- guha22 (1)
- raka-everton (1)
- brikw (1)
- jmlayton (1)
Pull Request Authors
- deanadams (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 1,343 last-month
- Total docker downloads: 42,874
- Total dependent packages: 3
- Total dependent repositories: 3
- Total versions: 31
- Total maintainers: 1
cran.r-project.org: RRPP
Linear Model Evaluation with Randomized Residuals in a Permutation Procedure
- Homepage: https://github.com/mlcollyer/RRPP
- Documentation: http://cran.r-project.org/web/packages/RRPP/RRPP.pdf
- License: GPL (≥ 3)
-
Latest release: 2.1.2
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- Matrix * imports
- ape * imports
- ggplot2 * imports
- parallel * imports
- dplyr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests