print.DEClust <- function(x, ...) {
cat("DEClust class object\n")
cat("iter = ", sapply(x, "[[", "iter"), "\n")
cat("logLik = ", sapply(x, "[[", "logL"), "\n")
cat("AIC = ", sapply(x, "[[", "AIC"), "\n")
cat("BIC = ", sapply(x, "[[", "BIC"), "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.