Learn R Programming

rineq (version 0.3.0)

confint.hci: Confidence intervals for hci objects

Description

Confidence intervals for hci objects

Usage

# S3 method for hci
confint(object, parm = NULL, level = 0.95, ...)

Value

A confidence interval in a numeric vector of length 2

Arguments

object

An object of class hci

parm

Unused

level

Confidence interval level defaults to 0.95

...

Unused

Examples

Run this code
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