RRPP

RRPP: An R package for fitting linear models to high-dimensional data using residual randomization

https://github.com/mlcollyer/rrpp

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
Last synced: 10 months ago · JSON representation

Repository

RRPP: An R package for fitting linear models to high-dimensional data using residual randomization

Basic Info
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 22
Created almost 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

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

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

All Time
  • Total Commits: 431
  • Total Committers: 1
  • Avg Commits per committer: 431.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 31
  • Dependent Packages: 3
  • Dependent Repositories: 3
  • Downloads: 1,343 Last month
  • Docker Downloads: 42,874
Rankings
Docker downloads count: 0.6%
Downloads: 9.8%
Dependent packages count: 10.9%
Average: 13.7%
Dependent repos count: 16.4%
Forks count: 21.0%
Stargazers count: 23.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • 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