CRAN
mitml 0.3-7
Tools for Multiple Imputation in Multilevel Modeling
Released Jan 7, 2019 by Simon Grund
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>
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.
- amelia2mitml.list-examples
- anova.mitml.result-examples
- as.mitml.list-examples
- c.mitml.list-examples
- clusterMeans-examples
- confint.mitml.testEstimates-examples
- is.mitml.list-examples
- jomoImpute-examples
- long2mitml.list-examples
- mids2mitml.list-examples
- mitmlComplete-examples
- multilevelR2-examples
- panImpute-examples
- read.mitml-examples
- sort.mitml.list-examples
- subset.mitml.list-examples
- summary.mitml-examples
- testConstraints-examples
- testEstimates-examples
- testModels-examples
- with.mitml.list-examples
- write.mitml-examples
- write.mitmlMplus-examples
- write.mitmlSAV-examples
- write.mitmlSPSS-examples