Nothing
#' @export
print.comparaciones <- function(x, ...) {
cat("Multiple Comparison Object\n")
cat("Method used:", x$Metodo, "\n")
cat("Number of groups:", length(x$Promedios), "\n")
cat("Number of pairwise comparisons:", nrow(x$Resultados), "\n")
cat("Use summary() to view full results.\n")
invisible(x)
}
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.