CRAN

MultiVarMI 1.0

Multiple Imputation for Multivariate Data

Released Apr 9, 2018 by Rawan Allozi

This package can be loaded by Renjin but 4 out 5 tests failed.

Dependencies

BinOrdNonNor 1.4 norm 1.0-9.5 PoisNonNor 1.5 Matrix 1.2-14 corpcor 1.6.9 moments 0.14 CorrToolBox 1.5

Fully parametric Bayesian multiple imputation framework for massive multivariate data of different variable types as seen in Demirtas, H. (2017) .

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>MultiVarMI</artifactId>
    <version>1.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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:MultiVarMI')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History