mc.calc.quantile | R Documentation |
Calculate bootstrap confidence intervals for intercept, slope or bias given the vector of bootstrap point estimates.
mc.calc.quantile(Xboot, alpha)
Xboot |
vector of point estimates for bootstrap samples. The i-th element contains point estimate of the i-th bootstrap sample. |
alpha |
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05). |
a list with elements
est |
median of bootstrap point estimates Xboot. |
CI |
confidence interval for point estimate 'est', calculated as quantiles. |
B. Efron and RJ. Tibshirani (1994) An Introduction to the Bootstrap. Chapman & Hall.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.