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

https://github.com/aahrens1/ddml

Double/Debiased Machine Learning implementation for Stata
https://github.com/aahrens1/ddml

causal-inference machine-learning stata

Last synced: 21 days ago
JSON representation

Double/Debiased Machine Learning implementation for Stata

Awesome Lists containing this project

README

          

### Installation

To install `ddml` from Github:

```
net install ddml, from(https://raw.githubusercontent.com/aahrens1/ddml/master) replace
```

To install the development version (not recommended):

```
net install ddml, from(https://raw.githubusercontent.com/aahrens1/ddml/dev) replace
```

To install an archived version, use for example:

```
net install ddml, from(https://raw.githubusercontent.com/aahrens1/ddml/v1.1) replace
```