Nothing
#' Bernstein Polynomial Based Regression Object BPPO MLE
#'
#' @export
#' @param ... further arguments passed to or from other methods
#' @method print summary.bppo.mle
#' @return none
print.summary.bppo.mle <-
function(...){
cat("Bernstein Polynomial based Proportional Odds 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.