Nothing
      conv.test <- function(theta1, theta2, epsilon) {
  diffvec <- theta1 - theta2
  diff <- sqrt(sum(diffvec**2))/sqrt(sum(theta1**2))
  (diff < epsilon)
}
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.