powered by
hci
Confidence intervals for hci objects
# S3 method for hci confint(object, parm = NULL, level = 0.95, ...)
A confidence interval in a numeric vector of length 2
An object of class hci
Unused
Confidence interval level defaults to 0.95
0.95
data(housing) ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct") confint(ci.bmi)
Run the code above in your browser using DataLab