Description Usage Arguments Examples
mvdf
is not intended for general use. The function
takes a list of correlations matrices, grabs the lower
triangles and diagonals and unlists by columns.
1 | mvdf(cor.mats, sep = "_")
|
cor.mats |
A square, symetrical matrix with ones on the diagonal (a correlation matrix). |
sep |
A character string to separate the variable names. |
1 2 3 4 5 6 | path <- system.file("extdata/bibTest.bib", package = "metaDAT")
dat <- read.MD(path)
dat <- MDapply(dat, "correlation_triangle", MDlist2matrix, "cor_mats")
mats <- MDget(dat, "cor_mats", s.names=TRUE)
mvdf(mats)
mvdf(mats, "_x_")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.