Learn R Programming

rineq (version 0.3.0)

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

Description

Plots the concentration curve for an hci object.

Usage

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

Value

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

Arguments

x

Object with of hci

...

Further arguments passed to base::plot()

Examples

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

Run the code above in your browser using DataLab