print.hci {rineq} | R Documentation |
Prints an hci
object.
Description
Prints an hci
object.
Usage
## S3 method for class 'hci'
print(x, ...)
Arguments
x |
Object of type |
... |
Currently unused |
Value
Invisibly returns x
as the function is called for side effects.
Examples
data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
print(ci.bmi)
[Package rineq version 0.2.3 Index]