Nothing
"computeContCols" <-
function(x,CL,vec.ncl,n.obs){
x<-x%*%CL
r<-rowSums(x)
if(is.matrix(vec.ncl))
tmp <- r * vec.ncl / n.obs
else
tmp <- r %*% t(vec.ncl) / n.obs
rowSums(x*x/tmp)
}
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.