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

https://github.com/hsm207/causal_inference

My solution to study questions in Causal Inference: A Primer
https://github.com/hsm207/causal_inference

Last synced: 7 months ago
JSON representation

My solution to study questions in Causal Inference: A Primer

Awesome Lists containing this project

README

          

# Introduction
This repo contains my attempt at most of the study questions in the `Causal Inference: A Primer` book.

# Usage
Run the notebooks inside a container defined by the [compbox](https://github.com/hsm207/compbox) image.

To install the Julia dependencies, open a terminal in the project's root folder and execute:
```
julia --project=. -e 'using Pkg; Pkg.instantiate()'
```

To run the Jupyter notebook server, run:
```bash
jupyter notebook --ip 0.0.0.0 --no-browser
```