Description Usage Arguments Value Examples
The sweightedKendallStar function is a convenience function to get swcor for weighted zero-inflated kendall's tau
1 | sweightedKendallStar(x, y, w = 1)
|
x |
data vector |
y |
data vector |
w |
weights vector |
vector
of stretched weighted correlations using zero-inflated kendall's tau association measure
1 2 3 4 5 6 7 8 | x = pmax(0,rnorm(100))
y = pmax(0,rnorm(100))
w = runif(100)
wcor = weightedKendallStar(x,y,w)
bounds = boundsKendallStar(x,y,w)
stretch(wcor, upper = bounds[["upper"]], lower = bounds[["lower"]]
sweightedKendallStar(x,y,w)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.