Learn R Programming

cytometree (version 2.0.2)

bootstrapCI: Bootstrapped Confidence Interval.

Description

Bootstrapped Confidence Interval.

Usage

bootstrapCI(stat, n, alpha)

Arguments

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.