Description Usage Arguments Value Examples
The stretch function calculates a 'stretched'/standardised vector of weighted correlations, using previously calculated upper and lower bounds of the statistic (same length vectors). Values are stretched higher or lower symmetrically around 0.
1 | stretch(wcor, upper = 1, lower = -1)
|
wcor |
weighted correlation vector |
upper |
either single numeric or vector of same length as wcor for upper bound of correlation. Default 1 |
lower |
either single numeric or vector of same length as wcor for lower bound of correlation. Default -1 |
vector
standardised weighted correlation vector
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.