CRAN
amen 1.3
Additive and Multiplicative Effects Models for Networks and Relational Data
Released May 25, 2017 by Peter Hoff
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)
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>
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.
- YX_bin-examples
- YX_bin_long-examples
- YX_cbin-examples
- YX_frn-examples
- YX_nrm-examples
- YX_ord-examples
- YX_rrl-examples
- addlines-examples
- ame-examples
- ame_rep-examples
- amen-package-examples
- circplot-examples
- el2sm-examples
- gofstats-examples
- netplot-examples
- rUV_sym_fc-examples
- rwish-examples
- sm2el-examples
- xnet-examples