CRAN
GK2011 0.1.3
Gaines and Kuklinski (2011) Estimators for Hybrid Experiments
Released May 27, 2016 by Thomas J. Leeper
Implementations of the treatment effect estimators for hybrid (self-selection) experiments, as developed by Brian J. Gaines and James H. Kuklinski, (2011), "Experimental Estimation of Heterogeneous Treatment Effects Related to Self-Selection," American Journal of Political Science 55(3): 724-736.
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>GK2011</artifactId> <version>0.1.3-b22</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GK2011')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- Gaines_and_Kuklinski_examples.Results_match_AJPS_(2011)_E1
- Gaines_and_Kuklinski_examples.Results_match_AJPS_(2011)_E2
- Gaines_and_Kuklinski_examples.Results_match_AJPS_(2011)_E3
- Gaines_and_Kuklinski_examples.Results_match_AJPS_(2011)_E4
- Gaines_and_Kuklinski_examples.Results_match_AJPS_(2011)_E5
- ajps-examples
- estimate-examples
- testthat