Learn R Programming

IC2 (version 1.0-1)

summary.ICI: Summarize a ICI Object

Description

Print the main caracteristics of an ICI object.

Usage

"summary"(object, ...)

Arguments

object
An ICI object.
...
Number of significant digits to be used in the result.

Details

Values of the index and the parameter are systematically printed. If x is the result of a subgroup decomposition, the function also prints the type of decomposition (when necessary), the values of the between-group, within-group and residual (when necessary) inequality indices and, if calculated, the maximum between-group inequality index.

Examples

Run this code
data(hhbudgets)

summary(calcAtkinson(hhbudgets[,"ingreso"], epsilon=3), digits=3)
summary(decompGEI(hhbudgets[,"ingreso"], hhbudgets[,"estructura"], alpha=1.1))

Run the code above in your browser using DataLab