#' @export
print.DTAmc_result <- function(x, info=FALSE, ...){
message("Diagnostic Test Accuracy:")
if(!info){
n <- names(x)
attributes(x) <- NULL
names(x) <- n
}
print.default(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.