Skip to content

hsm207/causal_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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:

jupyter notebook --ip 0.0.0.0 --no-browser

About

My solution to study questions in Causal Inference: A Primer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published