#'BIC.chenreg
#' @param object a fitted model created by `chen_reg`,
#' for which there exists the log-likelihood.
#' @param ... further arguments passed to or from other methods.
#'
#' @rdname BIC.chenreg
#' @export BIC.chenreg
#' @export
BIC.chenreg = function(object, ...){
return(object$metrics$bic)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.