confint.hci {rineq}R Documentation

Confidence intervals for hci objects

Description

Confidence intervals for hci objects

Usage

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

Arguments

object

An object of class hci

parm

Unused

level

Confidence interval level defaults to 0.95

...

Unused

Value

A confidence interval in a numeric vector of length 2

Examples

data(housing)
ci.bmi <- ci(ineqvar = housing$income, outcome = housing$bmi, method = "direct")
confint(ci.bmi)


[Package rineq version 0.2.3 Index]