CRAN

acid 1.1

Analysing Conditional Income Distributions

Released Feb 1, 2016 by Alexander Sohn

This package can be loaded by Renjin but 2 out 41 tests failed.

Dependencies

gamlss.dist 5.0-3 gamlss 5.0-4 Hmisc 4.0-3

Functions for the analysis of income distributions for subgroups of the population as defined by a set of variables like age, gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture distribution as well as functions for moments, inequality measures, entropy measures and polarisation measures of income distributions. This package thus aides the analysis of income inequality by offering tools for the exploratory analysis of income distributions at the disaggregated level.

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>acid</artifactId>
    <version>1.1-b25</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:acid')

Test Results

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

Source

R

View GitHub Mirror

Release History