Nothing
#' Print method for adeahierarchical class
#'
#' For the final model of adea_hierarchical function prints a summary, the input variables, and outputs variables.
#'
#' @name print.adeahierarchical
#' @param x Object of class adeahierarchical to print.
#' @param ... Optional arguments to "print".
#' @method print adeahierarchical
#' @export
print.adeahierarchical <- function(x, ...) {
models <- summary(x)
models <- models$models
print(setNames(models, gettext(names(models))), ...)
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.