Nothing
require(OneStep)
n <- 1e3
set.seed(1)
theta <- c(0.8,3)
o.sample <- rweibull(n,shape = theta[1], scale = 1/theta[2])
onestep(o.sample, "weibull")
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.