R/summaryMethod_regMMD.R

Defines functions summary.regMMD

Documented in summary.regMMD

#' Summary method for the \code{class} \code{"regMMD"}
#' 
#' @param object An object of \code{class} \code{"regMMD"}.
#' @param ... Additional arguments (not used).
#' @return No return value, called only to print information on the output of \code{"regMMD"}.
#' @export
summary.regMMD <- function(object, ...) {
  summary_regMMD(object)
}

Try the regMMD package in your browser

Any scripts or data that you put into this service are public.

regMMD documentation built on Oct. 25, 2024, 9:07 a.m.