Nothing
aggregateDSC=function(modlist){
mt=0;
for(j in 1:length(modlist)){
mt=mt+modlist[[j]]$predictions
}
t(apply(mt,1,function(x){x/sum(x)}))
}
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.