cov.rec | R Documentation |
Compute relative excess covariances (REC) matrix among variables in supplied data.
cov.rec(data, na.rm = TRUE)
data |
A data.frame or tibble |
na.rm |
logical (defaults to TRUE) |
A numeric matrix of correlations among variable residuals.
# Use the SCWB data example
data(SCWB)
cov.rec(SCWB[, 1:20])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.