Nothing
weighted.srho <- function(x, y, weights, ties.method = "average") {
rx <- rank(x, na.last = "keep", ties.method)
ry <- rank(y, na.last = "keep", ties.method)
srho <- weighted.prho(rx, ry, weights)
return(srho)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.