plot.hci | R Documentation |
hci
object.Plots the concentration curve for an hci
object.
## S3 method for class 'hci'
plot(x, ...)
x |
Object with of |
... |
Further arguments passed to |
Invisibly returns x
as the function is called for side effects (plotting).
data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
plot(ci.bmi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.