summary.hci {rineq} | R 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 |
... |
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)
[Package rineq version 0.2.3 Index]