CRAN
miscTools 0.6-22
Miscellaneous Tools and Utilities
Released Nov 25, 2016 by Arne Henningsen
Miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.
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>miscTools</artifactId> <version>0.6-22-b30</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:miscTools')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 25, 2018.
- coefTable-examples
- colMedians-examples
- colMediansTest
- compPlot-examples
- ddnorm-examples
- ddnormTest
- insertCol-examples
- insertColRow
- insertRow-examples
- lmMethods
- margEffTest
- nObs-examples
- nParam-examples
- quasiconcavity-examples
- rSquared-examples
- rowMedians-examples
- semidefTest
- semidefiniteness-examples
- stdEr-examples
- stdErTests
- sumKeepAttr-examples
- sumKeepAttrTest
- symMatrix-examples
- triang-examples
- vecli-examples
- vecli2m-examples
- veclipos-examples