Nothing
logLik.ppar <- function(object,...)
{
#object of class ppar
# val <- object$loglik
# attr(val, "df") <- object$npar
val <- list(loglik = object$loglik, df = object$npar) # rh 26-03-2010
class(val) <- "logLik.ppar"
val
}
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.