R/print.ps.R

Defines functions print.ps

Documented in print.ps

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