CRAN
MonoInc 1.1
Monotonic Increasing
Released May 20, 2016 by Michele Josey
This package is available for Renjin and there are no known compatibility issues.
Dependencies
foreach 1.4.4 sitar 1.0.10 doParallel 1.0.11 iterators 1.0.9 compare 0.2-6
Various imputation methods are utilized in this package, where one can flag and impute non-monotonic data that is outside of a prespecified range.
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>MonoInc</artifactId> <version>1.1-b24</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:MonoInc')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.