CRAN

qrLMM 1.3

Quantile Regression for Linear Mixed-Effects Models

Released Mar 21, 2017 by Christian E. Galarza

This package is available for Renjin and there are no known compatibility issues.

Dependencies

ald 1.2 psych 1.8.3.3 mvtnorm 1.0-7 ghyp 1.5.7 quantreg 5.35 matrixcalc 1.0-3

Quantile regression (QR) for Linear Mixed-Effects Models via the asymmetric Laplace distribution (ALD). It uses the Stochastic Approximation of the EM (SAEM) algorithm for deriving exact maximum likelihood estimates and full inference results for the fixed-effects and variance components. It also provides graphical summaries for assessing the algorithm convergence and fitting results.

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>qrLMM</artifactId>
    <version>1.3-b13</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:qrLMM')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 8, 2018.

Source

R

View GitHub Mirror

Release History