Description Usage Arguments Value Author(s) Examples
Appends a new variable into a correlation matrix.
1 | .corAdd(r_mat, r_vec, lab = "")
|
r_mat |
A correlation matrix. |
r_vec |
A vector of correlations to append to r_mat. |
lab |
A column name for r_vec. |
A larger correlation matrix.
Allen Goebl and Jeff Jones
1 2 3 4 | #data(dls2007)
#dat <- dls2007
#rxx <- dat[1:4, 2:5]
#corAdd(rxx, c(.1,.1,.1,.1), lab="V5")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.