R/bootstrapCI.R
bootstrapCI.Rd
Bootstrapped Confidence Interval.
bootstrapCI(stat, n, alpha)
A numeric vector of statistics for which to compute a confidence interval.
An integer giving the number of bootstrap samples.
A real number comprised in ]0, 1[ : 1 - desired confidence level.
Chariff Alkhassim