plot.hci: Plots the concentration curve for an 'hci' object.

View source: R/plot.hci.R

plot.hciR Documentation

Plots the concentration curve for an hci object.

Description

Plots the concentration curve for an hci object.

Usage

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

Arguments

x

Object with of hci

...

Further arguments passed to base::plot()

Value

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

Examples

data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
plot(ci.bmi)
 

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