print.hci | R Documentation |
hci
object.Prints an hci
object.
## S3 method for class 'hci'
print(x, ...)
x |
Object of type |
... |
Currently unused |
Invisibly returns x
as the function is called for side effects.
data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
print(ci.bmi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.