R/summaryMethod_estMMD.R

Defines functions summary.estMMD

Documented in summary.estMMD

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