Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T05:21:01.000Z (6 months ago)
- Last Synced: 2024-05-02T05:57:22.007Z (6 months ago)
- Topics: odds-ratio, probability, statistics
- Language: R
- Homepage: https://pat-s.github.io/oddsratio
- Size: 4.93 MB
- Stars: 32
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# oddsratio
[![tic](https://github.com/pat-s/oddsratio/actions/workflows/tic.yml/badge.svg)](https://github.com/pat-s/oddsratio/actions/workflows/main.yml)
[![CRAN status](https://www.r-pkg.org/badges/version/oddsratio)](https://CRAN.R-project.org/package=oddsratio)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/oddsratio)](https://cran.rstudio.com/web/packages/oddsratio/index.html)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-blue.svg)](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.