Skip to content

Simplified odds ratio calculation of binomial GAM/GLM models

License

Notifications You must be signed in to change notification settings

pat-s/oddsratio

Repository files navigation

oddsratio

tic CRAN status CRAN Downloads lifecycle

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:

install.packages("oddsratio")

Get the development version from Github:

remotes::install_github("pat-s/oddsratio")

Usage

See the Getting Started vignette.