#' Prints AFTjmr objects
#' @param x An \code{AFTjmr} object
#' @param digits minimal number of significant digits
#' @return No value is returned.
#' @author Shahedul Khan <khan@math.usask.ca>
#' @export
print.AFTjmr<- function(x,digits=max(options()$digits - 4, 3)) {
hid <- attr(x, "hidden")
print(x[!names(x) %in% hid],digits=digits)
invisible(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.