Nothing
"compute.cumulative.multiple" <-
function(sim.matrix) {
list.F <- list();
n <- nrow(sim.matrix);
for (i in 1:n)
list.F[[i]] <- stats::ecdf(sim.matrix[i,]);
return(list.F);
}
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.