ankurankan / dagitty

Graphical analysis of structural causal models / graphical causal models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dagitty

Graphical Analysis of Structural Causal Models

This repository contains both the HTML-based graphical user interface and the R package (in subfolder r/).

Preparation

After checkout, first the jslib directory, and run "make". This will generate the dagitty js-libraries from the individual source files.

Running the web interface

After preparation, open the file gui/dags.html.

Running the R package

install.packages("devtools") # unless you have it already
library(devtools)
install_github("jtextor/dagitty/r")

About

Graphical analysis of structural causal models / graphical causal models.


Languages

Language:JavaScript 84.3%Language:R 8.0%Language:HTML 6.6%Language:C 0.7%Language:CSS 0.3%Language:Makefile 0.1%Language:Shell 0.0%Language:TeX 0.0%