Nothing
#######################
# ssdeR.aic
########################
aic.ssdeR <- function (object, ..., k = 2)
{
return(structure(- 2*logLik(object) + k*object$param$nParam, df = sum(sapply(object$coefficients,
length)), class = "logLik"))
}
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.