View source: R/resid_covariance.R
resid_covariance | R Documentation |
Given an array of matrices, it calculates the residual covariance matrix between column i=1,...,K of the first matrix of the array against column(s) $i=1,...,K of 2,..,k>=2$ matrices of the same array.
resid_covariance(data_array, k)
data_array |
the array containing the different matrices |
k |
the last column considered for calculating residuals |
the residual covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.