partCov | R Documentation |
used as a piece of the global covariance matrix the client sums all these local matrices and divides them by N-1 -> cov matrix
partCov(x, means = NULL, collist = NULL)
x |
a data frame of matrix |
means |
a vector of global means (one for each dimension) |
collist |
a vector, subset of columns to use |
na.rm |
logical remove NAs? |
a matrix of the sums of products for all pairs of dimensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.