R/print.iptw.R

Defines functions print.iptw

Documented in print.iptw

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