#' @export
print.mlehazplot.out <-
function (x, digits = 5,...)
{
old.options <- options(digits = digits)
on.exit(options(old.options))
cat(paste("\n\n", get.data.title(x$mlest.out$data.ld), "\n"))
cat("\nMaximum likelihood hazard function estimates\n\n")
print(x$the.table)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.