https://github.com/ocbe-uio/contingencytables
Statistical Analysis of Contingency Tables
https://github.com/ocbe-uio/contingencytables
contingency-table r-package
Last synced: 11 months ago
JSON representation
Statistical Analysis of Contingency Tables
- Host: GitHub
- URL: https://github.com/ocbe-uio/contingencytables
- Owner: ocbe-uio
- License: gpl-3.0
- Created: 2020-09-07T09:28:35.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-29T07:42:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T00:46:39.829Z (over 1 year ago)
- Topics: contingency-table, r-package
- Language: R
- Homepage: https://ocbe-uio.github.io/contingencytables/
- Size: 2.68 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](https://contingencytables.com/) and in the [Citation](#citation) section of this document.
# Installation
## Stable version
The latest stable version of this package is available on [CRAN](https://cran.r-project.org/package=contingencytables) 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](https://contingencytables.com/how-to-cite).
# 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](https://github.com/ocbe-uio/contingencytables/issues).
# Badges
## Stable version
[](https://cran.r-project.org/package=contingencytables)
[](https://cran.r-project.org/package=contingencytables)
[](https://zenodo.org/badge/latestdoi/293482399)
[](https://cran.r-project.org/web/licenses/GPL-3)
## Development version
[](https://www.repostatus.org/#inactive)
[](https://github.com/ocbe-uio/contingencytables/actions)
[](https://github.com/ocbe-uio/contingencytables/commits/develop)
[](https://github.com/ocbe-uio/contingencytables)
[](https://codecov.io/gh/ocbe-uio/contingencytables)
[](https://www.codefactor.io/repository/github/ocbe-uio/contingencytables)