summary.hci: Prints the a summary of the concentration index object 'hci'

View source: R/summary.hci.R

summary.hciR Documentation

Prints the a summary of the concentration index object hci

Description

Prints the a summary of the concentration index object hci

Usage

## S3 method for class 'hci'
summary(object, ...)

Arguments

object

Object of type hci

...

Currently unused

Value

No returns value. Directly prints to the standard output connection.

Examples

data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
summary(ci.bmi)


rineq documentation built on April 4, 2025, 4:47 a.m.