REGression In Multivariate Exposure Settings

Ander Wilson

Overview

The regimes R packages contains regression methods for estimating the relationship between a multivariate exposure and an outcome. The package is oriented toward environmental health and environmental epidemiology research but is applicable in a variety of settings.

Installation

The regimes package can be installed using devtools.

library(devtools)
devtools::install_github(repo="AnderWilson/regimes")
library(regimes)

Methods

acpme: adjustment for confounding in the presence of multivariate exposures

bdlim: Bayesian distributed lag interaction models

bkmrdlm: Bayesian kernel machine regression distributed lag models

Fork me on GitHub