summary.hci | R Documentation |
hci
Prints the a summary of the concentration index object hci
## S3 method for class 'hci'
summary(object, ...)
object |
Object of type |
... |
Currently unused |
No returns value. Directly prints to the standard output connection.
data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
summary(ci.bmi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.