R/print.mnps.R

Defines functions print.mnps

Documented in print.mnps

#' Default print statement for `mnps` class
#'
#' @param x A `mnps` object
#' @param ... Additional arguments.
#'
#' @method print mnps
#' @export
#' @md
print.mnps <- function(x, ...)
{
   print(summary(x,...))
}

Try the twang package in your browser

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

twang documentation built on Oct. 25, 2021, 5:08 p.m.