print.hci: Prints an 'hci' object.

View source: R/print.hci.R

print.hciR Documentation

Prints an hci object.

Description

Prints an hci object.

Usage

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

Arguments

x

Object of type hci

...

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)


rineq documentation built on April 4, 2025, 4:47 a.m.