Calculate bootstrap confidence intervals
# S3 method for bmem
summary(object, ci='bc', cl=.95, ...)
The on-screen output includes the parameter estimates, bootstrap standard errors, and CIs.
An output object from the function bmem
norm
: normal approximation CI, perc
: percentile CI, bc
: bias-corrected CI, bca
: BCa
Confidence level. Can be a vector.
other options can be used for the generic summary function.
The other type of confidence intervals can be constructed from the output of the function bmem
. Note if the BCa is required, the ci='BCa'
should have been specified in the function bmem
.