#' @rdname predictive_model
#' @export
has_cnr_score <- function(...) {
reroute(has_cnr_score_(prep_dots(...)))
}
has_cnr_score_ <- function(likelihood) {
predictive_model_widget(likelihood, type = "CNR")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.