Calculate resampling confidence intervals for intercept, slope or bias with t-Boot method given a vector of bootstrap point estimates and a vector of bootstrap standard deviations.
mc.calc.tboot(Xboot, Sboot, xhat, shat, alpha)
a list with elements
point estimate for the complete data set (xhat).
estimate of standard deviation for the complete data set (shat).
confidence interval for the point estimate.
vector of point estimates for bootstrap sample. The i-th element contains the point estimate for the i-th bootstrap sample.
vector of standard deviations for each bootstrap sample. It schould be estimated with any analytical method or nonparametric with nested bootstrap.
point estimate for the complete data set (scalar).
estimate of standard deviation for the complete data set (scalar).
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05).
Carpenter, J., Bithell, J. (2000) Bootstrap confidence intervals: when, which, what? A practical guide for medical statisticians. Stat Med, 19 (9), 1141--1164.