ci_conditional_unbiased: Conditinoal Confidence Interval Using Truncated Normality

Description Usage Arguments

View source: R/conf_int_conditional.R

Description

Conditinoal Confidence Interval Using Truncated Normality

Usage

1
ci_conditional_unbiased(estimates, st_errs, conf_level = 0.95)

Arguments

estimates

numeric vector
A vector of estimates. Will return a confidence interval for the maximum estimate.

st_errs

numeric vector
A vector of estimated standard errors for each estimate.

conf_level

double in (0,1)
The desired confidence level of the resulting interval. Note that conditional and hybrid confidence intervals don't have nominal coverage in the conventional sense.


adviksh/winfer documentation built on Dec. 24, 2019, 7:05 p.m.