qnt <-function(x) rank(x)/length(x) comp<-function(x) { res=apply(x,2,qnt) apply(res,1,mean)} pow<-function(a,b) a^b
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.