contingencytables

Statistical Analysis of Contingency Tables

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

Science Score: 33.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
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (20.1%) to scientific vocabulary

Keywords

contingency-table r-package
Last synced: 6 months ago · JSON representation

Repository

Statistical Analysis of Contingency Tables

Basic Info
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 2
  • Open Issues: 4
  • Releases: 11
Topics
contingency-table r-package
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

contingencytables

An R package for the Statistical Analysis of Contingency Tables (SACT) book by Fagerland et. al.. More info on the book on its home page and in the Citation section of this document.

Installation

Stable version

The latest stable version of this package is available on CRAN and can be installed by running

r install.packages("contingencytables")

from an R interactive session.

Development version

The development version of this package can be installed by running the following command in R:

r remotes::install_github("ocbe-uio/contingencytables", ref="develop")

If the command above does not work, make sure you have the remotes package installed (e.g. by running install.packages("remotes") in R).

Usage

After installing, you must load the package by running library("contingencytables") in R. You can read more about the package and its functions by running library(help="contingencytables") or by consulting the SACT book.

Citation

To cite this package, install it and run citation("contingencytables"). The output should give you proper citation instructions in APA-like and BibTeX formats for the package version you have installed.

Proper citation of the SACT book can be found here.

Contributing and getting help

This software is open source and contributions are welcome! If you have any trouble installing or using the package, if you find a bug or would like to submit a suggestion, please let us know by opening a new issue here.

Badges

Stable version

CRAN CRAN downloads DOI License: GPL-3

Development version

Project Status: Inactive - The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. R build status CodeFactor

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
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 3
Last Year
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 1,124
  • Total Committers: 2
  • Avg Commits per committer: 562.0
  • Development Distribution Score (DDS): 0.236
Past Year
  • Commits: 184
  • Committers: 1
  • Avg Commits per committer: 184.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Waldir Leoncio w****o@m****o 859
Waldir Leoncio w****o@g****m 265
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 57
  • Total pull requests: 0
  • Average time to close issues: 6 months
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 0.88
  • 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: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 0.75
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wleoncio (50)
  • huftis (3)
  • petelaud (3)
Pull Request Authors
Top Labels
Issue Labels
minor feature (12) bug (12) documentation (3) low-hanging fruit (2) duplicate (1) major feature (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 408 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 12
  • Total maintainers: 1
cran.r-project.org: contingencytables

Statistical Analysis of Contingency Tables

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 408 Last month
Rankings
Dependent packages count: 29.8%
Average: 33.8%
Dependent repos count: 35.5%
Downloads: 36.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • MASS * imports
  • boot * imports
  • testthat * suggests
.github/workflows/package-check.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/linter.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 v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite