logLik.ggmtrust <- function (object, ...){
if (length(list(...))) warning("extra arguments discarded")
lk <- object$logLik
attr(lk, "nobs") <- object$n
attr(lk, "df") <- object$t.edf
class(lk) <- "logLik"
lk
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.