plot.hci {rineq} | R 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 |
... |
Further arguments passed to |
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)
[Package rineq version 0.2.3 Index]