confint.hci | R Documentation |
hci
objectsConfidence intervals for hci
objects
## S3 method for class 'hci'
confint(object, parm = NULL, level = 0.95, ...)
object |
An object of class |
parm |
Unused |
level |
Confidence interval level defaults to |
... |
Unused |
A confidence interval in a numeric vector of length 2
data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
confint(ci.bmi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.