#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.