Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.