Learn R Programming

forestsearch (version 0.1.0)

calc_cov: Calculate Covariance for Bootstrap Estimates

Description

Calculates the covariance between a vector and bootstrap estimates.

Usage

calc_cov(x, Est)

Value

Numeric value of covariance.

Arguments

x

Numeric vector.

Est

Numeric vector of bootstrap estimates.