R/print.metaplus.R

Defines functions print.metaplus

print.metaplus <- function(x, digits = max(3L, getOption("digits") - 3L), ...) {
  if (!inherits(x, "metaplus"))
    stop("Use only with 'metaplus' objects.\n")
  print(summary(x))
  invisible()
}

Try the metaplus package in your browser

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

metaplus documentation built on May 13, 2022, 9:07 a.m.