Description Usage Arguments Details Value Examples
reltable
creates a sorted table of the relations of a correlation matrix.
Relations with a correlation value of zero and autocorrelations get removed.
reltable
can consume a lot of time for big datasets!
1 | reltable(corrtable, corrtable2 = data.frame())
|
corrtable |
correlation matrix (as produced by varnastats::corrmat()) |
corrtable2 |
optional second corrmatrix correlation matrix (as produced by varnastats::corrmat()) |
Structure of the resulting table:
column 1 + 2: indezes of the variables/objects in the correlation matrix
column 3: correlation value
column 4 + 5: names of the variables/objects
column 6: optional second correlation value
table of relations and their correlation value
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.