summary.mml <-
function(object, ...){
tab <- data.frame(Estimate = coef(object),
StdError = object$Std.Error)
row.names(tab) <- c('mu', 'sigma')
res <- list(call = object$call, coefficients = tab)
class(res) <- "summary.mml"
res
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.