CRAN

amen 1.3

Additive and Multiplicative Effects Models for Networks and Relational Data

Released May 25, 2017 by Peter Hoff

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

Analysis of dyadic network and relational data using additive and multiplicative effects (AME) models. The basic model includes regression terms, the covariance structure of the social relations model (Warner, Kenny and Stoto (1979) , Wong (1982) ), and multiplicative factor models (Hoff(2009) ). Four different link functions accommodate different relational data structures, including binary/network data (bin), normal relational data (nrm), ordinal relational data (ord) and data from fixed-rank nomination schemes (frn). Several of these link functions are discussed in Hoff, Fosdick, Volfovsky and Stovel (2013) . Development of this software was supported in part by NIH grant R01HD067509.

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>amen</artifactId>
    <version>1.3-b38</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:amen')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.