Calculate bootstrap confidence intervals for intercept, slope or bias given the vector of bootstrap point estimates.
mc.calc.quantile(Xboot, alpha)
vector of point estimates for bootstrap samples. The i-th element contains point estimate of the i-th bootstrap sample.
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05).
a list with elements
median of bootstrap point estimates Xboot.
confidence interval for point estimate 'est', calculated as quantiles.
B. Efron and RJ. Tibshirani (1994) An Introduction to the Bootstrap. Chapman & Hall.