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
- Host: GitHub
- URL: https://github.com/hsm207/causal_inference
- Owner: hsm207
- License: gpl-3.0
- Created: 2020-10-18T20:18:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T03:37:27.000Z (over 4 years ago)
- Last Synced: 2025-01-14T11:17:20.855Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.99 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```