CRAN
asnipe 1.1.11
Animal Social Network Inference and Permutations for Ecologists
Released Nov 22, 2018 by Damien R. Farine
Dependencies
Implements several tools that are used in animal social network analysis. In particular, this package provides the tools to infer groups and generate networks from observation data, perform permutation tests on the data, calculate lagged association rates, and performed multiple regression analysis on social network data.
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>asnipe</artifactId> <version>1.1.11-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:asnipe')
Test Results
This package was last tested against Renjin 0.9.2710 on Nov 24, 2018.
- LAR-examples
- LRA-examples
- gbi-examples
- get_associations_points_tw-examples
- get_group_by_individual-examples
- get_network-examples
- get_sampling_periods-examples
- identified_individuals-examples
- inds-examples
- mrqap.custom.null-examples
- mrqap.dsp-examples
- network_permutation-examples
- network_swap-examples
- times-examples