Evaluates the confidence intervals using the following functions zero_hit(), len(), and shape().

evalci(ci, alpha = c(0.001, 0.01, 0.05), thetahat, theta = NULL)

Arguments

ci

Vector of confidence intervals arranged from smallest to largest. Length should be twice the length of alpha.

alpha

Numeric vector. Alpha level. By default alpha = c(0.001, 0.01, 0.05).

thetahat

Numeric. Parameter estimate.

theta

Numeric. Parameter. Optional argument.

See also

Other confidence intervals functions: bcaci(), bcci(), len(), pcci(), shape(), theta_hit(), zero_hit()

Author

Ivan Jacob Agaloos Pesigan