Nothing
copulas <- function(theta,cop){
switch (cop,
"frank" = frankCopula(param = theta, dim = 2),
"gaussian" = normalCopula(param = theta, dim = 2),
"clayton" = claytonCopula(param = theta, dim = 2),
"joe" = joeCopula(param = theta, dim = 2),
"gumbel" = gumbelCopula(param = theta, dim = 2),
"amh" = amhCopula(param = theta, dim = 2)
)
}
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.