R/print.mniptw.R

Defines functions print.mniptw

Documented in print.mniptw

#' Default print statement for `mniptw` class
#'
#' @param x A `mniptw` object
#' @param ... Additional arguments.
#'
#' @method print mniptw
#' @export
#' @md
print.mniptw <- 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.