print.alpha <- function(x, digits = 2, ...){
cat("\n Call:\n", deparse(x$call), "\n\n", sep = "")
cat("Cronbach's Coefficient Alpha:", coef(x), "\n")
invisible(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.