pool_estimates | R Documentation |
A rough gauge of the combination of repeat coverages
pool_estimates(estimates, CVs)
estimates , CVs |
Vectors of means and CVs in repeat coverages. |
Vector of estimated mean and CV of coverages combined.
ests <- c(570, 720)
CVs <- c(0.2, 0.2)
pool_estimates(ests, CVs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.