powered by
hci
Plots the concentration curve for an hci object.
# S3 method for hci plot(x, ...)
Invisibly returns x as the function is called for side effects (plotting).
x
Object with of hci
Further arguments passed to base::plot()
base::plot()
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