CRAN
dma 1.4-0
Dynamic Model Averaging
Released Oct 5, 2018 by Hana Sevcikova
This package is available for Renjin and there are no known compatibility issues.
Dependencies
Dynamic model averaging for binary and continuous outcomes.
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>dma</artifactId> <version>1.4-0-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:dma')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- Logistic_DMA.Example_in_logistic_dma_with_tuning_works
- Logistic_DMA.Example_in_logistic_dma_without_tuning_works_E1
- Logistic_DMA.Example_in_logistic_dma_without_tuning_works_E2
- Logistic_DMA.Example_in_logistic_dma_without_tuning_works_E3
- Logistic_DMA.Example_in_logistic_dma_without_tuning_works_E4
- dma-examples
- logistic.dma-examples
- testthat