Nothing
#' Calculate metric
#'
#' @param obj a metric object
#' @param Y the true values/group labels
#' @param Yhat the predicted values/group labels
#' @return a modified metric object
#' @examples
#' MET = metric()
#' calculate(MET)
#' @name calculate
NULL
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.