shim: A Statistical Software Tool for the Analysis of High-Dimensional Interactions

This software is written in the open source software environment R. It's main functionality is to fit statistical models for analyzing interactions between a high dimensional dataset (e.g. genomics, brain imaging), the environment and a response.

The software is still in development mode.

Installation

The software package is available on Github and can be installed directly from within R using the following commands (note: you will need the devtools package prior to installing the shim package)

library(devtools)
install_github('sahirbhatnagar/shim')