CRAN

GEEmediate 1.1.1

Mediation Analysis for Generalized Linear Models Using the Difference Method

Released May 13, 2017 by Daniel Nevo

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

gee 4.13-19

Causal mediation analysis for a single exposure/treatment and a single mediator, both allowed to be either continuous or binary. The package implements the difference method and provide point and interval estimates as well as testing for the natural direct and indirect effects and the mediation proportion.

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>GEEmediate</artifactId>
    <version>1.1.1-b13</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:GEEmediate')

Source

R

View GitHub Mirror

Release History