powered by
hci
Prints an hci object.
# S3 method for hci print(x, ...)
Invisibly returns x as the function is called for side effects.
x
Object of type hci
Currently unused
data(housing) ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct") print(ci.bmi)
Run the code above in your browser using DataLab