Description Usage Arguments Value
View source: R/Estim_readCounting.R
This function simply creates a bootstrap sample from a vector of counts, and computes the sample mean and variance.
1 | bootstrapSample(counts, sboot)
|
counts |
Vector of counts to sample from. |
sboot |
Size of bootstrap samples. |
A 2-vector with the mean and variance of a sample of size sboot
drawn with replacement in counts
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.