Primarily a convenience function, Clean_Sigma estimates a correlation (Sigma) matrix that may contain substantial amounts of missing data and returns it in an easily usable form for the glasso function.
1 2 | Clean_Sigma(x, cor_method = "s", cor_pairing = "pair",
replace.na = TRUE)
|
x |
Data used to estimate the correlation matrix. |
cor_method |
Character indicating method used to estimate correlations. Defaults to Spearman's method. See help file for 'cor' function. |
cor_pairing |
Character indicating the method used to determine how NA entries are handled. See help file for 'cor' function. |
replace.na |
Logical. Will replace NAs with 0s if TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.