CRAN
qlcMatrix 0.9.7
Utility Sparse Matrix Functions for Quantitative Language Comparison
Released Apr 20, 2018 by Michael Cysouw
Dependencies
Matrix 1.2-14 sparsesvd 0.1-4 slam 0.1-43 docopt 0.6
Extension of the functionality of the Matrix package for using sparse matrices. Some of the functions are very general, while other are highly specific for special data format as used for quantitative language comparison (QLC).
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>qlcMatrix</artifactId> <version>0.9.7-b7</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:qlcMatrix')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 25, 2018.
- array-examples
- assocSparse-examples
- bibles-examples
- cosNominal-examples
- cosSparse-examples
- dimRed-examples
- distSparse-examples
- huber-examples
- jMatrix-examples
- pwMatrix-examples
- rKhatriRao-examples
- rSparseMatrix-examples
- rowMax-examples
- sim.nominal-examples
- sim.strings-examples
- sim.wordlist-examples
- sim.words-examples
- splitStrings-examples
- splitTable-examples
- splitText-examples
- splitWordlist-examples
- ttMatrix-examples
- unfold-examples
- unfoldBlockMatrix-examples
- wals-examples