CRAN

Qtools 1.3

Utilities for Quantiles

Released Apr 13, 2018 by Marco Geraci

This package can be loaded by Renjin but 6 out 10 tests failed.

Dependencies

mice 2.46.0 boot 1.3-20 MASS 7.3-49 quantreg 5.35

Functions for unconditional and conditional quantiles. These include methods for transformation-based quantile regression, quantile-based measures of location, scale and shape, methods for quantiles of discrete variables, quantile-based multiple imputation, and restricted quantile regression. A vignette is given in Geraci (2016, The R Journal) and included in the package documents.

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>Qtools</artifactId>
    <version>1.3-b2</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:Qtools')

Test Results

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

Source

R
C
Fortran

View GitHub Mirror

Release History