CRAN

HLMdiag 0.3.1

Diagnostic Tools for Hierarchical (Multilevel) Linear Models

Released Dec 12, 2015 by Adam Loy

This package can be loaded by Renjin but 11 out 12 tests failed.

Dependencies

ggplot2 2.2.1 MASS 7.3-47 reshape2 1.4.2 Rcpp Matrix 1.2-11 plyr 1.8.4 mgcv 1.8-22 RcppArmadillo 0.8.100.1.0 RLRsim 3.1-3

A suite of diagnostic tools for hierarchical (multilevel) linear models. The tools include not only leverage and traditional deletion diagnostics (Cook's distance, covratio, covtrace, and MDFFITS) but also convenience functions and graphics for residual analysis. Models can be fit using either lmer in the 'lme4' package or lme in the 'nlme' package, but only two-level models fit using lme are currently supported.

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>HLMdiag</artifactId>
    <version>0.3.1-b47</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:HLMdiag')

Test Results

This package was last tested against Renjin 0.8.2523 on Nov 14, 2017.