jackknife_cov | R Documentation |
Computes covariance matrix for jackknife samples.
jackknife_cov(x, y = NULL, na.rm = FALSE, ...)
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 |
... |
parameters to be forwarded to cov. |
returns a matrix corresponding to the jackknife estimate of the covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.