"print.bmdHetVar" <- function(x, ..., digits = max(3, getOption("digits") - 3))
{
object <- x
classList <- class(object)
if (length(object$Results)>0)
{
cat("\n")
print(object$Results)
} else {
cat("Problem occured. Please check whether the choice of bmr is meaningful\n")
}
cat("\n")
invisible(object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.