clusrank

Wilcoxon Rank Tests for Clustered Data

https://github.com/wenjie2wang/clusrank

Science Score: 23.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    3 of 7 committers (42.9%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords from Contributors

mcf mean-cumulative-function recurrent-event survival-analysis
Last synced: 11 months ago · JSON representation

Repository

Wilcoxon Rank Tests for Clustered Data

Basic Info
  • Host: GitHub
  • Owner: wenjie2wang
  • Language: R
  • Default Branch: main
  • Size: 3.02 MB
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created about 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

clusrank

CRAN_Status_Badge Build Status

The R package clusrank provides functions for Wilcoxon rank sum test and Wilcoxon signed rank test for clustered data. See Jiang et. al (2020) for details.

Installation

You may install the released version from CRAN.

R install.packages("clusrank")

Development

The latest version of package is under development at GitHub. If it is able to pass the automated package checks, one may install it by

R if (! require(remotes)) install.packages("remotes") remotes::install_github("wenjie2wang/clusrank", upgrade = "never")

References

  • Jiang, Y., He, X., Lee, M. T., Rosner, B., & Yan, J. (2020). Wilcoxon rank-based tests for clustered data with R package clusrank. Journal of Statistical Software, 96(6), 1–26. http://dx.doi.org/10.18637/jss.v096.i06

License

GNU General Public License (≥ 3)

Owner

  • Name: Wenjie Wang
  • Login: wenjie2wang
  • Kind: user
  • Location: Indianapolis, IN
  • Company: @EliLillyCo

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 454
  • Total Committers: 7
  • Avg Commits per committer: 64.857
  • Development Distribution Score (DDS): 0.319
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Yujing Jiang j****3@l****n 309
Jun Yan j****n@u****u 54
Jun Yan j****t@g****m 48
Wenjie Wang w****g@w****g 35
wenjie2wang w****g@u****u 6
Jiang y****4@a****u 1
Wenjie Wang w****t@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: 1 day
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • zx8754 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 923 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 22
  • Total maintainers: 1
cran.r-project.org: clusrank

Wilcoxon Rank Tests for Clustered Data

  • Versions: 22
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 923 Last month
Rankings
Downloads: 19.6%
Forks count: 28.8%
Average: 29.1%
Dependent packages count: 29.8%
Stargazers count: 31.7%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • MASS * imports
  • Rcpp >= 1.0.5 imports
  • stats * imports
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite