exp_ci {ldsr}R Documentation

Exponential confidence interval

Description

Get the confidence interval of Q = exp(Y) when Y is normal, i.e, Q is log-normal.

Usage

exp_ci(y, sigma2)

Arguments

y

A vector of model estimates

sigma2

The variance of y as learned from a model

Value

A data.table with the updated confidence intervals


[Package ldsr version 0.0.2 Index]