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
- Host: GitHub
- URL: https://github.com/mattblackwell/inters
- Owner: mattblackwell
- Created: 2019-10-18T03:13:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T19:24:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T16:41:04.358Z (12 months ago)
- Topics: r
- Language: HTML
- Homepage: https://mattblackwell.github.io/inters/
- Size: 427 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - mattblackwell/inters - Tools for estimating interactions (HTML)
README
# inters
[](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