Skip to content
forked from jtextor/dagitty

Graphical analysis of structural causal models / graphical causal models.

Notifications You must be signed in to change notification settings

viciana/dagitty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • R 13.3%
  • HTML 3.0%
  • C 1.3%
  • CSS 0.5%
  • Makefile 0.2%