permchacko

Implementation of a modified Chacko (1966) algorithm for order restriction

https://github.com/ocbe-uio/permchacko

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Implementation of a modified Chacko (1966) algorithm for order restriction

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 3
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

permChacko

permChacko is an R package that implements a modified version of the Chacko (1966) algorithm for order restriction.

Installation

You can install the most stable version of permChacko from CRAN with:

r install.packages("permChacko")

The development version of permChacko is available on GitHub. To install it, please make sure you have the remotes package installed and run:

r remotes::install_github("ocbe-uio/permChacko")

This installs the package without vignettes. To install the vignettes, please make sure you have Pandoc installed and run:

r remotes::install_github("ocbe-uio/permChacko", build_vignettes = TRUE)

Example

This is a basic example which shows you how to solve a common problem:

r library(permChacko) permChacko(chacko66_sec3) # example 5 from Chacko (1966)

References

Chacko, V. J. "Testing homogeneity against ordered alternatives." The Annals of Mathematical Statistics (1963): 945-956. https://www.jstor.org/stable/2238476

Chacko, V. J. (1966). Modified Chi-Square Test for Ordered Alternatives. Sankhyā: The Indian Journal of Statistics, Series B (1960-2002), 28(3/4), 185–190. http://www.jstor.org/stable/25051572

Badges

Lifecycle: stable CodeFactor R build status Codecov <!-- badges: end -->

Owner

  • Name: Oslo Centre for Biostatistics and Epidemiology
  • Login: ocbe-uio
  • Kind: organization
  • Location: Oslo, Norway

This is where we host some of the scientific software we produce at OCBE, a joint center between the University of Oslo and the Oslo University Hospital.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 27
  • Total pull requests: 0
  • Average time to close issues: 26 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.52
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 0
  • Average time to close issues: 22 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wleoncio (13)
  • oliviaguest (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (6) documentation (4) good first issue (1) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 217 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: permChacko

Chacko Test for Order-Restriction with Permutation

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 217 Last month
Rankings
Forks count: 28.7%
Dependent packages count: 29.3%
Dependent repos count: 35.0%
Stargazers count: 35.2%
Average: 43.6%
Downloads: 89.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • testthat >= 3.0.0 suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v3 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
.github/workflows/lint.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite