R/print.PSAboot.R

Defines functions print.PSAboot

Documented in print.PSAboot

#' Print results of PSAboot
#' 
#' @param x result of \code{\link{PSAboot}}.
#' @param ... currently unused.
#' @method print PSAboot
#' @return Nothing returned. S3 generic function that calls the [PSAboot::summary()] function.
#' @export
print.PSAboot <- function(x, ...) {
	print(summary(x, ...))
}

Try the PSAboot package in your browser

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

PSAboot documentation built on Oct. 24, 2023, 1:06 a.m.