Description Usage Arguments Value
View source: R/structured_cov.R
Estimate of the structured covariance matrix
1 | structured_cov(mat_covariance, na.rm = FALSE, mat_obs_weight = NULL)
|
mat_covariance |
matrix containing sample covariance estimates. |
na.rm |
logical value indicating whether |
mat_obs_weight |
matrix of pairwise observations. If provided an observations weighted average of the correlation coefficients is computed giving higher weight to coefficients computed from more data. |
matrix containing the \bar{ρ} \times s_{i} \times s_{j} on for variable i and j on the nondiagonal and s_i^2 on the diagonal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.