https://github.com/pat-s/oddsratio
Simplified odds ratio calculation of binomial GAM/GLM models
https://github.com/pat-s/oddsratio
odds-ratio probability statistics
Last synced: about 1 month ago
JSON representation
Simplified odds ratio calculation of binomial GAM/GLM models
- Host: GitHub
- URL: https://github.com/pat-s/oddsratio
- Owner: pat-s
- License: other
- Created: 2016-09-04T09:38:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:13:25.000Z (7 months ago)
- Last Synced: 2024-10-30T07:18:29.393Z (7 months ago)
- Topics: odds-ratio, probability, statistics
- Language: R
- Homepage: https://pat-s.github.io/oddsratio
- Size: 5.54 MB
- Stars: 31
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# oddsratio
[](https://github.com/pat-s/oddsratio/actions/workflows/main.yml)
[](https://CRAN.R-project.org/package=oddsratio)
[](https://cran.rstudio.com/web/packages/oddsratio/index.html)
[](https://www.tidyverse.org/lifecycle/#stable)Functions for calculation and plotting of odds ratios for Generalized Additive (Mixed) Models and Generalized Linear (Mixed) Models with a binomial response variable (i.e. logistic regression models)
## Installation
Install from CRAN:
```R
install.packages("oddsratio")
```Get the development version from Github:
```R
remotes::install_github("pat-s/oddsratio")
```## Usage
See the [Getting Started](https://pat-s.github.io/oddsratio/articles/oddsratio.html) vignette.