R/calculate_doc.R

#' 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

Try the structToolbox package in your browser

Any scripts or data that you put into this service are public.

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.