#' 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,...))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.