Nothing
logLik.sbchoice <- function(object, ...)
{
out <- summary(object)$loglik
attr(out, "df") <- sum(!is.na(coefficients(object)))
attr(out, "nobs") <- object$nobs
class(out) <- "logLik"
out
}
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.