est_ci_str: Estimate and confidence interval string maker

Description Usage Arguments Details

View source: R/util.R

Description

Compresses an estimate, lower (lci) and upper (uci) confidence interval into a string.

Usage

1
est_ci_str(est, lcb, ucb, d = 2, cid = d)

Arguments

est

The point estimate.

lcb

The lower confidence bound.

ucb

The upper confidence bound.

d

Digits for the estimate.

cid

Digits for the confidence interval (defaults to d)

Details

cid is for confidence interval digits. If it is omitted then d is used. d is for the number of digits in the estimate.


alexpaynter/gitToy documentation built on Jan. 8, 2021, 3:36 a.m.