CRAN

netdep 0.1.0

Testing for Network Dependence

Released Jul 10, 2018 by Youjin Lee

This package can be loaded by Renjin but 5 out 6 tests failed.

Dependencies

MASS 7.3-50 igraph 1.2.2 igraphdata 1.0.1 mvrtn 1.0

When network dependence is present, that is when social relations can engender dependence in the outcome of interest, treating such observations as independent results in invalid, anti-conservative statistical inference. We propose a test of independence among observations sampled from a single network .

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>netdep</artifactId>
    <version>0.1.0-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:netdep')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.

Source

R

View GitHub Mirror

Release History