CRAN

dagitty 0.2-2

Graphical Analysis of Structural Causal Models

Released Aug 26, 2016 by Johannes Textor

This package can be loaded by Renjin but all tests failed.

Dependencies

jsonlite 1.5 V8 1.5 MASS 7.3-50 boot 1.3-20

A port of the web-based software 'DAGitty', available at , for analyzing structural causal models (also known as directed acyclic graphs or DAGs). This package computes covariate adjustment sets for estimating causal effects, enumerates instrumental variables, derives testable implications (d-separation and vanishing tetrads), generates equivalent models, and includes a simple facility for data simulation.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>dagitty</artifactId>
    <version>0.2-2-b20</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:dagitty')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R

View GitHub Mirror

Release History