CRAN

mitml 0.3-7

Tools for Multiple Imputation in Multilevel Modeling

Released Jan 7, 2019 by Simon Grund

This package can be loaded by Renjin but 23 out 25 tests failed.

Dependencies

haven 2.0.0 pan 1.6 jomo 2.6-5

Provides tools for multiple imputation of missing data in multilevel modeling. Includes a user-friendly interface to the packages 'pan' and 'jomo', and several functions for visualization, data management and the analysis of multiply imputed data sets.

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>mitml</artifactId>
    <version>0.3-7-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:mitml')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 9, 2019.