Calculate Jackknife confidence intervals for intercept, slope or bias given of vector of jackknife point estimates and global point estimate.
mc.calcLinnetCI(Xjack, xhat, alpha = 0.05)
vector of point estimates for jackknife samples. The i-th element contains point estimate for the dataset without the i-th observation.
point estimate for the complete data set (scalar).
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05).
a list with elements
point estimate for the complete data set (scalar).
standard deviation of point estimate calculated with Jackknife Method.
confidence interval for point estimate.
Linnet, K. (1993) Evaluation of Regression Procedures for Methods Comparison Studies. CLIN. CHEM. 39/3, 424--432.