pool_estimates: A rough gauge of the combination of repeat coverages

View source: R/boot.R

pool_estimatesR Documentation

A rough gauge of the combination of repeat coverages

Description

A rough gauge of the combination of repeat coverages

Usage

pool_estimates(estimates, CVs)

Arguments

estimates, CVs

Vectors of means and CVs in repeat coverages.

Value

Vector of estimated mean and CV of coverages combined.

Examples


  ests <- c(570, 720)
  CVs <- c(0.2, 0.2)
  pool_estimates(ests, CVs)


sigurdurthorjonsson/bionechi documentation built on Jan. 25, 2023, 6:37 p.m.