Nothing
#' @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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.