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