confint.hci: Confidence intervals for 'hci' objects

View source: R/confint.hci.R

confint.hciR 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)


rineq documentation built on April 4, 2025, 4:47 a.m.