jackknife_cov: jackknife_cov

jackknife_covR Documentation

jackknife_cov

Description

Computes covariance matrix for jackknife samples.

Usage

jackknife_cov(x, y = NULL, na.rm = FALSE, ...)

Arguments

x

a numeric vector, matrix or data frame.

y

‘NULL’ (default) or a vector, matrix or data frame with compatible dimensions to ‘x’. The default is equivalent to ‘y = x’ (but more efficient).

na.rm

logical. The rows containing any NA will be deleted if this option is set.

...

parameters to be forwarded to cov.

Value

returns a matrix corresponding to the jackknife estimate of the covariance matrix


hadron documentation built on Sept. 9, 2022, 5:06 p.m.