R/print_bootbsw.R

Defines functions print.bsw_boot

#' @method print bsw_boot
#' @export
print.bsw_boot <- function(x, ...) {


  cat("\nBootstrap Summary:\n")
  cat(x$message, "\n")

  cat("\nBootstrap Coefficients:\n")
  print(round(x$Coefficients, 4))

  invisible(x)
}

Try the BSW package in your browser

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

BSW documentation built on Nov. 5, 2025, 6:26 p.m.