powered by
hci
Prints the a summary of the concentration index object hci
# S3 method for hci summary(object, ...)
No returns value. Directly prints to the standard output connection.
Object of type hci
Currently unused
data(housing) ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct") summary(ci.bmi)
Run the code above in your browser using DataLab