ci_unconditional: Unconditional Confidence Interval Using Order Statistics

Description Usage Arguments

View source: R/conf_int_unconditional.R

Description

Unconditional Confidence Interval Using Order Statistics

Usage

1
ci_unconditional(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.