Nothing
#' Bernstein Polynomial Based Regression Object Summary BPPH MLE
#'
#' @export
#' @param ... further arguments passed to or from other methods
#' @method print summary.bpph.mle
#' @return none
print.summary.bpph.mle <-
function(...){
cat("Bernstein Polynomial based Proportional Hazards model\n")
print.summary.spbp.mle(...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.