Skip to contents

Calculates approximate log-normal confidence intervals given estimates and their standard errors.

Usage

mm_lognorm_ci(estimate, se, percent = 95)

Arguments

estimate

Numeric estimate value(s)

se

Standard error(s) of the estimate

percent

Percentage confidence level

Value

A dataframe with a row per estimate input, and columns lcl and ucl (lower and upper confidence limits).

Examples

  mm_lognorm_ci(10.13, 3.57)
#>   lower_bound upper_bound
#> 1     5.18043    19.80857