CRAN

dosearch 1.0.2

Causal Effect Identification from Multiple Incomplete Data Sources

Released Feb 28, 2019 by Santtu Tikka

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

Dependencies

Rcpp

Identification of causal effects from arbitrary observational and experimental probability distributions via do-calculus and standard probability manipulations using a search-based algorithm. Allows for the presence of mechanisms related to selection bias (Bareinboim, E. and Tian, J. (2015) ), transportability (Bareinboim, E. and Pearl, J. (2014) ), missing data (Mohan, K. and Pearl, J. and Tian., J. (2013) ) and arbitrary combinations of these.

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>dosearch</artifactId>
    <version>1.0.2-b1</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:dosearch')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 2, 2019.

Source

R
C
C++

View GitHub Mirror

Release History