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

https://github.com/mattblackwell/inters

Tools for estimating interactions
https://github.com/mattblackwell/inters

r

Last synced: 16 days ago
JSON representation

Tools for estimating interactions

Awesome Lists containing this project

README

          

# inters


[![R-CMD-check](https://github.com/mattblackwell/inters/workflows/R-CMD-check/badge.svg)](https://github.com/mattblackwell/inters/actions)

`inters` is an R package with tools to estimate interactions. Currently, it implements the post-double-selection approach to estimating interactions described in this [forthcoming paper by Matthew Blackwell and Michael Olson][lasso-paper]. To install the development version of `inters`, run the following code in R:
```R
require(devtools)
install_github("mattblackwell/inters", build_vignettes = TRUE)
```

You can find an example of how to use the package in [our vignette](articles/post-double-selection.html).

[lasso-paper]: http://www.mattblackwell.org/files/papers/lasso-inters.pdf