mc.calc.Student | R Documentation |
Calculate bootstrap confidence intervals for intercept, slope or bias given a vector of bootstrap point estimates.
mc.calc.Student(Xboot, xhat, alpha, npoints)
Xboot |
vector of point estimates for each bootstrap sample. The i-th element contains the point estimate of the i-th bootstrap sample. |
xhat |
global point estimate for which the confidence interval shall be computed. |
alpha |
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05). |
npoints |
number of points used for the regression analysis. |
a list with elements
est |
the point estimate xhat |
se |
standard deviation computed from bootstrap point estimates Xboot |
CI |
Confidence interval for point estimate xhat, calculated as |
Carpenter, J., Bithell, J. (2000) Bootstrap confidence intervals: when, which, what? A practical guide for medical statisticians. Stat Med, 19 (9), 1141–1164.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.