permchacko
Implementation of a modified Chacko (1966) algorithm for order restriction
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
Repository
Implementation of a modified Chacko (1966) algorithm for order restriction
Basic Info
- Host: GitHub
- Owner: ocbe-uio
- License: gpl-3.0
- Language: R
- Default Branch: develop
- Homepage: https://ocbe-uio.github.io/permChacko
- Size: 176 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 3
Metadata Files
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
Owner
- Name: Oslo Centre for Biostatistics and Epidemiology
- Login: ocbe-uio
- Kind: organization
- Location: Oslo, Norway
- Website: https://www.med.uio.no/imb/english/research/centres/ocbe/
- Twitter: OCBE_UniOslo
- Repositories: 22
- Profile: https://github.com/ocbe-uio
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
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
- Homepage: https://ocbe-uio.github.io/permChacko/
- Documentation: http://cran.r-project.org/web/packages/permChacko/permChacko.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.1
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- testthat >= 3.0.0 suggests
- 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
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite