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)
| 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 |
| thetahat | Numeric. Parameter estimate. |
| theta | Numeric. Parameter. Optional argument. |
Other confidence intervals functions:
bcaci(),
bcci(),
len(),
pcci(),
shape(),
theta_hit(),
zero_hit()
Ivan Jacob Agaloos Pesigan