Learn R Programming

rineq (version 0.3.0)

print.hci: Prints an hci object.

Description

Prints an hci object.

Usage

# S3 method for hci
print(x, ...)

Value

Invisibly returns x as the function is called for side effects.

Arguments

x

Object of type hci

...

Currently unused

Examples

Run this code
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