Nothing
"JL.predict.dim.multiple" <-
function(n, epsilon=0.5, t=10) {
d <- 4 * ((log(n)+log(t)) / epsilon^2);
ceiling(d)
}
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.