CRAN

noncompliance 0.2.2

Causal Inference in the Presence of Treatment Noncompliance Under the Binary Instrumental Variable Model

Released Feb 15, 2016 by Wen Wei Loh

This package can be loaded by Renjin but 3 out 31 tests failed.

Dependencies

Rcpp data.table 1.10.4-3

A finite-population significance test of the 'sharp' causal null hypothesis that treatment exposure X has no effect on final outcome Y, within the principal stratum of Compliers. A generalized likelihood ratio test statistic is used, and the resulting p-value is exact. Currently, it is assumed that there are only Compliers and Never Takers in the population.

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>noncompliance</artifactId>
    <version>0.2.2-b75</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:noncompliance')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 7, 2018.

Source

R
C++

View GitHub Mirror

Release History