CRAN
acid 1.1
Analysing Conditional Income Distributions
Released Feb 1, 2016 by Alexander Sohn
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>
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.
- arithmean.GB2-examples
- atkinson-examples
- atkinson.GB2-examples
- atkinson.den-examples
- atkinson.md-examples
- cdf.mix.LN-examples
- cdf.mix.dag-examples
- coeffvar-examples
- confband.kneib-examples
- confband.pw-examples
- dat-examples
- den.md-examples
- dist.para.t-examples
- entropy-examples
- entropy.GB2.rd
- entropy.md-examples
- gini-examples
- gini.Dag-examples
- gini.den-examples
- gini.gamma-examples
- gini.md-examples
- ineq.md-examples
- km.GB2-examples
- midks.plot-examples
- midks.test-examples
- params-examples
- pens.parade-examples
- polarisation.EGR-examples
- polarisation.ER-examples
- pval.md-examples
- sadr.test-examples
- sd.GB2-examples
- sgini-examples
- sgini.den-examples
- skewness.GB2-examples
- theil.gamma-examples
- weighted.atkinson-examples
- weighted.coeffvar-examples
- weighted.entropy-examples
- weighted.gini-examples
- ysample.md-examples